diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-16 18:32:57 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-16 18:32:57 +0100 |
commit | ebc5a981dc9219f6e4c33b8918be8753c4fc878c (patch) | |
tree | 54e69c23d9fa43c7d66faa8c9f9d18c399de4eb4 | |
parent | 6bb4c300addd0776d9f74653b98383c717bc29a1 (diff) | |
download | libguestfs-ebc5a981dc9219f6e4c33b8918be8753c4fc878c.tar.gz libguestfs-ebc5a981dc9219f6e4c33b8918be8753c4fc878c.tar.xz libguestfs-ebc5a981dc9219f6e4c33b8918be8753c4fc878c.zip |
Fix non-srcdir builds: Don't include generated *_protocol.c files in POTFILES.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f34b93e8..bd52c523 100644 --- a/Makefile.am +++ b/Makefile.am @@ -163,6 +163,8 @@ all-local: grep -v '/blib/' | \ grep -v '/capitests/' | \ grep -v '/examples/' | \ + grep -v '/guestfs_protocol.c' | \ + grep -v '/rc_protocol.c' | \ sort | \ sed 's,^\./,,' > po/POTFILES.in diff --git a/po/POTFILES.in b/po/POTFILES.in index ec1d2c72..7ad1e12e 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,3 @@ -build/fish/rc_protocol.c -build/src/guestfs_protocol.c cat/virt-cat.pl daemon/augeas.c daemon/blockdev.c |