diff options
-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 |