X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=2cf03b0dff6a7c029dba995857e47f27f1eca8d0;hp=a9c1478bc0acd1f62a7d56bb9b2a11824f3c0d36;hb=3eb76554ef1f2f218f8920d9a8b8fb4ba6b21d66;hpb=b3d94d6a71e74e817ad5bdb9497e88d19ec2e29d diff --git a/Makefile.am b/Makefile.am index a9c1478..2cf03b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ include $(top_srcdir)/subdir-rules.mk ACLOCAL_AMFLAGS = -I m4 # Basic source for the library. -SUBDIRS = gnulib/lib images src examples po +SUBDIRS = gnulib/lib images generator src examples po if ENABLE_DAEMON SUBDIRS += daemon @@ -212,9 +212,7 @@ clean-local: # is NOT a substitute for proper testing! quickcheck: - LIBGUESTFS_PATH=appliance \ - test-tool/libguestfs-test-tool \ - --helper test-tool/libguestfs-test-tool-helper + test-tool/run-test-tool-locally # Mostly static binary distribution. #