git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d35528d
)
Exclude daemon/lib and daemon/tests from being added to po/POTFILES.in
author
Matthew Booth
<mbooth@redhat.com>
Thu, 6 Aug 2009 12:07:51 +0000
(13:07 +0100)
committer
Matthew Booth
<mbooth@redhat.com>
Thu, 6 Aug 2009 12:07:51 +0000
(13:07 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
258cebe
..
41e8db9
100644
(file)
--- 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' | \