Blame libvirt-gconfig/tests/Makefile.am
|
Packit |
a07778 |
noinst_PROGRAMS = test-domain-create test-domain-parse test-capabilities-parse
|
|
Packit |
a07778 |
|
|
Packit |
a07778 |
AM_CFLAGS = \
|
|
Packit |
a07778 |
$(GOBJECT2_CFLAGS) \
|
|
Packit |
a07778 |
$(LIBXML2_CFLAGS) \
|
|
Packit |
a07778 |
$(WARN_CFLAGS)
|
|
Packit |
a07778 |
AM_CPPFLAGS = -I$(top_srcdir)
|
|
Packit |
a07778 |
LDADD = \
|
|
Packit |
a07778 |
$(top_builddir)/libvirt-gconfig/libvirt-gconfig-1.0.la \
|
|
Packit |
a07778 |
$(GOBJECT2_LIBS) \
|
|
Packit |
a07778 |
$(LIBXML2_LIBS) \
|
|
Packit |
a07778 |
$(CYGWIN_EXTRA_LIBADD)
|
|
Packit |
a07778 |
|
|
Packit |
a07778 |
test_domain_create_SOURCES = test-domain-create.c
|
|
Packit |
a07778 |
|
|
Packit |
a07778 |
test_domain_parse_SOURCES = test-domain-parse.c
|
|
Packit |
a07778 |
|
|
Packit |
a07778 |
test_capabilities_parse_SOURCES = test-capabilities-parse.c
|