X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=1f6f62e353ec6157c860f68ee9ceee1f0fcbf8a6;hp=bd52c5233e9a2667dc68e2092b4d4d593f6f5d7d;hb=4d321bc8f157dac4bad828287758f92ea5a5173a;hpb=0c4ec8c09a40f6c1aa18e87231bded3cfdbdb53b diff --git a/Makefile.am b/Makefile.am index bd52c52..1f6f62e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -159,10 +159,10 @@ dist-hook: # Update the list of translatable files in po/POTFILES.in. all-local: cd $(srcdir); \ - find -name '*.c' -o -name '*.pl' -o -name '*.pm' | \ - grep -v '/blib/' | \ - grep -v '/capitests/' | \ - grep -v '/examples/' | \ + find $(DIST_SUBDIRS) -name '*.c' -o -name '*.pl' -o -name '*.pm' | \ + grep -v 'perl/blib/' | \ + grep -v 'capitests/' | \ + grep -v 'examples/' | \ grep -v '/guestfs_protocol.c' | \ grep -v '/rc_protocol.c' | \ sort | \