diff options
author | Matthew Booth <mbooth@redhat.com> | 2009-08-06 13:07:51 +0100 |
---|---|---|
committer | Matthew Booth <mbooth@redhat.com> | 2009-08-06 13:07:51 +0100 |
commit | 12aedab609e09bdf8dd304487940d9d4ea46cb79 (patch) | |
tree | 79b8b4b74d65d31c667af02d2feb691551e7332e | |
parent | d35528d2405038b5864c8bfa85bd30d0f1485261 (diff) | |
download | libguestfs-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.am | 2 |
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' | \ |