From ebc5a981dc9219f6e4c33b8918be8753c4fc878c Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 16 Jul 2009 18:32:57 +0100 Subject: [PATCH] Fix non-srcdir builds: Don't include generated *_protocol.c files in POTFILES. --- Makefile.am | 2 ++ po/POTFILES.in | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index f34b93e..bd52c52 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 ec1d2c7..7ad1e12 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 -- 1.8.3.1