diff options
author | Jeff Trawick <trawick@apache.org> | 2001-12-07 19:06:58 +0000 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2001-12-07 19:06:58 +0000 |
commit | a880503796a8dca8ab5f1bdb9e3c5a2d865ce9e3 (patch) | |
tree | 27dc033c18c319d085fca5654798cdc62e2158d4 /Makefile.in | |
parent | 889ecbb03ac812aaa89f23cb04f6961ca18b4e3c (diff) | |
download | httpd-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.in | 1 |
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); \ |