summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2009-08-06 13:07:51 +0100
committerMatthew Booth <mbooth@redhat.com>2009-08-06 13:07:51 +0100
commit12aedab609e09bdf8dd304487940d9d4ea46cb79 (patch)
tree79b8b4b74d65d31c667af02d2feb691551e7332e
parentd35528d2405038b5864c8bfa85bd30d0f1485261 (diff)
downloadlibguestfs-12aedab609e09bdf8dd304487940d9d4ea46cb79.tar.gz
libguestfs-12aedab609e09bdf8dd304487940d9d4ea46cb79.tar.xz
libguestfs-12aedab609e09bdf8dd304487940d9d4ea46cb79.zip
Exclude daemon/lib and daemon/tests from being added to po/POTFILES.in
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 258cebee..41e8db98 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' | \