summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-12-07 19:06:58 +0000
committerJeff Trawick <trawick@apache.org>2001-12-07 19:06:58 +0000
commita880503796a8dca8ab5f1bdb9e3c5a2d865ce9e3 (patch)
tree27dc033c18c319d085fca5654798cdc62e2158d4 /Makefile.in
parent889ecbb03ac812aaa89f23cb04f6961ca18b4e3c (diff)
downloadhttpd-a880503796a8dca8ab5f1bdb9e3c5a2d865ce9e3.tar.gz
make sure mod_foo.so is installed by apxs -i
also, it is the .so file that needs to be executable, not the .la file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92376 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 4f6e83e6a6..b04fed64d0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -83,6 +83,7 @@ install-build:
@sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \
config_vars.mk > $(installbuilddir)/config_vars.mk; \
cp build/*.mk $(installbuilddir); \
+ cp build/instdso.sh $(installbuilddir); \
cp srclib/apr/libtool $(installbuilddir); \
if test -f srclib/apr/shlibtool; then \
cp srclib/apr/shlibtool $(installbuilddir); \