|
From: Dirk M. <mu...@kd...> - 2004-01-02 22:44:15
|
CVS commit by mueller:
backport pkgconfig support
A valgrind.pc.in 1.1.2.1
M +1 -0 .cvsignore 1.4.4.1
M +5 -2 Makefile.am 1.55.2.2
M +1 -0 configure.in 1.93.2.6
--- valgrind/.cvsignore #1.4:1.4.4.1
@@ -11,4 +11,5 @@
vg_annotate
vg_cachegen
+valgrind.pc
default.supp
bin
--- valgrind/Makefile.am #1.55.2.1:1.55.2.2
@@ -26,5 +26,8 @@
val_DATA = $(SUPP_FILES) default.supp
-BUILT_SOURCES = default.supp
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = valgrind.pc
+
+BUILT_SOURCES = default.supp valgrind.pc
DISTCLEANFILES = default.supp
@@ -41,5 +44,5 @@
README_PACKAGERS \
README_MISSING_SYSCALL_OR_IOCTL TODO \
- valgrind.spec valgrind.spec.in
+ valgrind.spec valgrind.spec.in valgrind.pc.in
install-exec-hook:
--- valgrind/configure.in #1.93.2.5:1.93.2.6
@@ -379,4 +379,5 @@
Makefile
valgrind.spec
+ valgrind.pc
docs/Makefile
tests/Makefile
|