Exclude daemon/lib and daemon/tests from being added to po/POTFILES.in
authorMatthew Booth <mbooth@redhat.com>
Thu, 6 Aug 2009 12:07:51 +0000 (13:07 +0100)
committerMatthew Booth <mbooth@redhat.com>
Thu, 6 Aug 2009 12:07:51 +0000 (13:07 +0100)
Makefile.am

index 258cebe..41e8db9 100644 (file)
@@ -160,6 +160,8 @@ all-local:
        find $(DIST_SUBDIRS) -name '*.c' -o -name '*.pl' -o -name '*.pm' | \
        grep -v 'perl/blib/' | \
        grep -v 'capitests/' | \
        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' | \
        grep -v 'examples/' | \
        grep -v '/guestfs_protocol.c' | \
        grep -v '/rc_protocol.c' | \