X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=capitests%2FMakefile.am;h=74bfab0c9c1e656219d1dea9cf1555b88b00933d;hb=8b3e75a3c78064a9dcf4952c50fe631442313743;hp=361c6a359624a4fe36377c5e72c4f23fa9325619;hpb=9d04d360c6086e048982b107b2bd7be5df884a83;p=libguestfs.git diff --git a/capitests/Makefile.am b/capitests/Makefile.am index 361c6a3..74bfab0 100644 --- a/capitests/Makefile.am +++ b/capitests/Makefile.am @@ -15,8 +15,13 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -EXTRA_DIST = \ - tests.c +include $(top_srcdir)/subdir-rules.mk + +generator_built = tests.c + +BUILT_SOURCES = $(generator_built) + +EXTRA_DIST = $(BUILT_SOURCES) # Tests. These are auto-generated from the test descriptions # in the generator. @@ -24,7 +29,8 @@ EXTRA_DIST = \ check_PROGRAMS = tests test-command tests_SOURCES = tests.c -tests_CFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src -Wall +tests_CFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src \ + $(WARN_CFLAGS) $(WERROR_CFLAGS) tests_LDADD = $(top_builddir)/src/libguestfs.la # Old version of e2fsprogs which didn't support UUIDs?