|
From: <sv...@va...> - 2009-06-15 06:56:52
|
Author: njn Date: 2009-06-15 07:56:09 +0100 (Mon, 15 Jun 2009) New Revision: 10337 Log: Use a built-in automake variable. Modified: branches/BUILD_TWEAKS/Makefile.am Modified: branches/BUILD_TWEAKS/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/Makefile.am 2009-06-15 06:55:47 UTC (rev 10336) +++ branches/BUILD_TWEAKS/Makefile.am 2009-06-15 06:56:09 UTC (rev 10337) @@ -66,8 +66,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = valgrind.pc -incincdir = $(includedir)/valgrind -nodist_incinc_HEADERS = $(VEX_PUBLIC_HDRS) +nodist_pkginclude_HEADERS = $(VEX_PUBLIC_HDRS) BUILT_SOURCES = default.supp valgrind.pc CLEANFILES = default.supp |