]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Get "make install" to install DSOs again.
authorJeff Trawick <trawick@apache.org>
Tue, 12 Dec 2000 12:51:19 +0000 (12:51 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 12 Dec 2000 12:51:19 +0000 (12:51 +0000)
commit7e5e17b95ef057b5e933f351bbf78c6e0119b164
treef1d403c6ccee844a3dc80a38f858b51a94850093
parent1aea5e3dd58538cc6bfb55f5d0dd0a7f0b7d3d6a
Get "make install" to install DSOs again.

static has just the list of static modules for this directory, so
in all but one of our module directories mod_so won't be in this
list, preventing us from thinking this is a DSO build.

BUILTIN_LIBS is always a valid check since it is the entire list
of modules.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87299 13f79535-47bb-0310-9956-ffa450edef68
build/special.mk