[Libguestfs] [PATCH] Don't include gnulib files in POTFILES.in.

Richard W.M. Jones rjones at redhat.com
Wed Sep 9 11:04:47 UTC 2009


-- 
Richard Jones, Emerging Technologies, Red Hat  http://et.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
-------------- next part --------------
>From a2f7faeeca9109e18ea8b90d5326d63c055e899b Mon Sep 17 00:00:00 2001
From: Richard Jones <rjones at trick.home.annexia.org>
Date: Wed, 9 Sep 2009 12:01:42 +0100
Subject: [PATCH 1/2] Don't include gnulib files in POTFILES.in.

---
 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index bbf23d9..204c627 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -159,6 +159,7 @@ all-local:
 	grep -v 'daemon/lib/' | \
 	grep -v 'daemon/tests/' | \
 	grep -v 'examples/' | \
+	grep -v 'gnulib/' | \
 	grep -v '/guestfs_protocol.c' | \
 	grep -v '/rc_protocol.c' | \
 	LC_ALL=C sort | \
-- 
1.6.2.5



More information about the Libguestfs mailing list