Exclude daemon/lib and daemon/tests from being added to po/POTFILES.in
[libguestfs.git] / Makefile.am
index e5ca43c..41e8db9 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 -I gnulib/m4
 
 SUBDIRS = gnulib/lib src daemon appliance fish po examples images \
        gnulib/tests capitests regressions test-tool
@@ -160,6 +160,8 @@ all-local:
        find $(DIST_SUBDIRS) -name '*.c' -o -name '*.pl' -o -name '*.pm' | \
        grep -v 'perl/blib/' | \
        grep -v 'capitests/' | \
+       grep -v 'daemon/lib/' | \
+       grep -v 'daemon/tests/' | \
        grep -v 'examples/' | \
        grep -v '/guestfs_protocol.c' | \
        grep -v '/rc_protocol.c' | \