summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-12-05 01:21:43 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-12-05 01:21:43 +0000
commitddbe150625a200c13d518f017a25e8ec781d0800 (patch)
tree9420b689905a72e83a9a49f3ba07b815db205b3d /Makefile.in
parentfeb6a1d417159f701853ee147a5d03c8dc126507 (diff)
downloadlibapr-ddbe150625a200c13d518f017a25e8ec781d0800.tar.gz
install apr.exp, for use on AIX when linking shared libraries
(e.g., Apache DSO modules) that use APR git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62602 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 50e31b5dc..de5f7ad87 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -66,6 +66,7 @@ install: $(TARGET_LIB)
fi; \
$(LIBTOOL) --mode=install cp $(TARGET_LIB) $(libdir)
$(LIBTOOL) --mode=install cp APRVARS $(libdir)
+ $(LIBTOOL) --mode=install cp apr.exp $(libdir)
@if [ $(INSTALL_SUBDIRS) != "none" ]; then \
for i in $(INSTALL_SUBDIRS); do \
( cd $$i ; $(MAKE) install ); \