summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorthommay <thommay@13f79535-47bb-0310-9956-ffa450edef68>2004-05-29 23:16:38 +0000
committerthommay <thommay@13f79535-47bb-0310-9956-ffa450edef68>2004-05-29 23:16:38 +0000
commitefc5c266c27f9c13092657555e129cb1aeee04c0 (patch)
treee4bf77e12f20a4ea906d613df0245ae7cd6e30a4 /Makefile.in
parent721dae372d5129be1763fe98fef6a439526ad21c (diff)
downloadlibapr-efc5c266c27f9c13092657555e129cb1aeee04c0.tar.gz
Add pkg-config APR file.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@65141 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 486382d32..19a6703b0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -70,6 +70,10 @@ install: $(TARGET_LIB) apr-config.out
fi;
$(LIBTOOL) --mode=install cp $(TARGET_LIB) $(DESTDIR)$(libdir)
$(LIBTOOL) --mode=install cp apr.exp $(DESTDIR)$(libdir)
+ if [ ! -d $(DESTDIR)$(libdir)/pkgconfig ]; then \
+ $(top_srcdir)/build/mkdir.sh $(DESTDIR)$(libdir)/pkgconfig; \
+ fi;
+ cp -p apr.pc $(DESTDIR)$(libdir)/pkgconfig;
if [ ! -d $(DESTDIR)$(installbuilddir) ]; then \
$(top_srcdir)/build/mkdir.sh $(DESTDIR)$(installbuilddir); \
fi;