Ticket #13060: automake-1.11.2.diff
File automake-1.11.2.diff, 932 bytes (added by , 9 years ago) |
---|
-
Makefile.am
51 51 # default.supp, as it is built from the base .supp files at compile-time. 52 52 dist_noinst_DATA = $(SUPP_FILES) 53 53 54 pkglib_DATA = default.supp 54 vglibdir = $(pkglibdir) 55 vglib_DATA = default.supp 55 56 56 57 pkgconfigdir = $(libdir)/pkgconfig 57 58 pkgconfig_DATA = valgrind.pc -
coregrind/Makefile.am
513 513 m_gdbserver/powerpc-altivec64l.xml 514 514 515 515 # so as to make sure these get copied into the install tree 516 pkglib_DATA = $(GDBSERVER_XML_FILES) 516 vglibdir = $(pkglibdir) 517 vglib_DATA = $(GDBSERVER_XML_FILES) 517 518 518 519 # so as to make sure these get copied into the tarball 519 520 EXTRA_DIST += $(GDBSERVER_XML_FILES)