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 /Makefile.am | |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 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 |