|
From: <sv...@va...> - 2009-02-06 04:13:56
|
Author: njn Date: 2009-02-06 04:13:52 +0000 (Fri, 06 Feb 2009) New Revision: 9112 Log: Avoid unnecessary EXTRA_DIST files in Makefile.am. Modified: trunk/Makefile.am Modified: trunk/Makefile.am =================================================================== --- trunk/Makefile.am 2009-02-06 04:05:43 UTC (rev 9111) +++ trunk/Makefile.am 2009-02-06 04:13:52 UTC (rev 9112) @@ -84,14 +84,14 @@ perf: check @PERL@ perf/vg_perf perf +# Nb: no need to include any Makefile.am files here, or files included from +# them, as automake includes them automatically. EXTRA_DIST = \ ACKNOWLEDGEMENTS \ README_DEVELOPERS \ README_PACKAGERS \ README_MISSING_SYSCALL_OR_IOCTL \ valgrind.spec.in valgrind.pc.in \ - Makefile.all.am Makefile.tool.am Makefile.core.am \ - Makefile.tool-inplace.am \ $(vex_primary_sources) \ vg-in-place |