Exclude daemon/lib and daemon/tests from being added to po/POTFILES.in

This commit is contained in:
Matthew Booth
2009-08-06 13:07:51 +01:00
parent d35528d240
commit 12aedab609

View 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/' | \
grep -v 'daemon/lib/' | \
grep -v 'daemon/tests/' | \
grep -v 'examples/' | \
grep -v '/guestfs_protocol.c' | \
grep -v '/rc_protocol.c' | \