From: Matthew Booth Date: Thu, 6 Aug 2009 12:07:51 +0000 (+0100) Subject: Exclude daemon/lib and daemon/tests from being added to po/POTFILES.in X-Git-Tag: 1.0.66~7 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=12aedab609e09bdf8dd304487940d9d4ea46cb79 Exclude daemon/lib and daemon/tests from being added to po/POTFILES.in --- diff --git a/Makefile.am b/Makefile.am index 258cebe..41e8db9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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' | \