X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=5c8ff67730dd3dc83c27d3184fd32ca6fa21a2d1;hp=eddf4f9de9503a3fc173e03fba2dc5fccd4df2bc;hb=5d93d70b4d36b2337104b3dbca07722fa4d47ff5;hpb=72f5487be2df82277021d61f01884381ed9efbc5 diff --git a/Makefile.am b/Makefile.am index eddf4f9..5c8ff67 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ SUBDIRS += appliance endif # Tests and the test-tool. -SUBDIRS += gnulib/tests capitests tests/qemu regressions extratests test-tool +SUBDIRS += gnulib/tests tests/c-api tests/qemu regressions extratests test-tool # Guestfish. SUBDIRS += fish @@ -218,7 +218,7 @@ all-local: find $(DIST_SUBDIRS) \ -name '*.c' -o -name '*.pl' -o -name '*.pm' | \ grep -v '^perl/blib/' | \ - grep -v '^capitests/' | \ + grep -v '^tests/' | \ grep -v '^daemon/lib/' | \ grep -v '^daemon/tests/' | \ grep -v '^examples/' | \