|
From: <sv...@va...> - 2009-06-15 05:18:26
|
Author: njn Date: 2009-06-15 06:17:22 +0100 (Mon, 15 Jun 2009) New Revision: 10327 Log: Layout wibble. Modified: branches/BUILD_TWEAKS/Makefile.am Modified: branches/BUILD_TWEAKS/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/Makefile.am 2009-06-15 05:15:46 UTC (rev 10326) +++ branches/BUILD_TWEAKS/Makefile.am 2009-06-15 05:17:22 UTC (rev 10327) @@ -59,6 +59,8 @@ # We include all the base .supp files in the distribution, but not # default.supp, as it is built from the base .supp files at compile-time. +dist_noinst_DATA = $(SUPP_FILES) + # The "val" in "val_DATA" ties in with $(valdir), defined in # Makefile.all.am. From the automake info pages: # @@ -69,8 +71,7 @@ # directories. A given prefix (e.g., `zar') is valid if a variable of the # same name with `dir' appended is defined (e.g., `zardir'). # -dist_noinst_DATA = $(SUPP_FILES) -val_DATA = default.supp +val_DATA = default.supp pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = valgrind.pc |