diff options
author | Ryan Bloom <rbb@apache.org> | 2000-10-31 00:08:27 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-10-31 00:08:27 +0100 |
commit | 511d2c481ca85bf5ca22967139d0fbe1db86c9db (patch) | |
tree | 4e1e896f7d2d1ee1baba95f2ae9e005f5c2e6c18 /server/Makefile.in | |
parent | Make mod_auth_dbm compile cleanly. (diff) | |
download | apache2-511d2c481ca85bf5ca22967139d0fbe1db86c9db.tar.xz apache2-511d2c481ca85bf5ca22967139d0fbe1db86c9db.zip |
This is an ugly little hack to allow DSO modules to work. This basically
forces Apache to link in all of the APR functions whether they are used
by any static modules or not.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86770 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/Makefile.in')
-rw-r--r-- | server/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in index dd30e010f8..e1b779537c 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -9,7 +9,7 @@ LTLIBRARY_SOURCES = \ util_script.c util_uri.c util_md5.c util_cfgtree.c util_ebcdic.c \ rfc1413.c http_connection.c listen.c \ mpm_common.c util_charset.c util_debug.c util_xml.c \ - util_filter.c + util_filter.c exports.c include $(top_srcdir)/build/ltlib.mk |