X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=41e8db981e6a2a44fec88632ecf1b5e71bdfcc52;hp=e5ca43c7e33ba2f80e9eafc8fb62e41acacdb90a;hb=569989b7505be8e1ad556fed02805acbf38d1188;hpb=480a489ee4c31cb2f9c9f45941645f05b5f74c67 diff --git a/Makefile.am b/Makefile.am index e5ca43c..41e8db9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 -I gnulib/m4 SUBDIRS = gnulib/lib src daemon appliance fish po examples images \ gnulib/tests capitests regressions test-tool @@ -160,6 +160,8 @@ all-local: find $(DIST_SUBDIRS) -name '*.c' -o -name '*.pl' -o -name '*.pm' | \ grep -v 'perl/blib/' | \ grep -v 'capitests/' | \ + grep -v 'daemon/lib/' | \ + grep -v 'daemon/tests/' | \ grep -v 'examples/' | \ grep -v '/guestfs_protocol.c' | \ grep -v '/rc_protocol.c' | \