less generic name; libtool 1.5 gets confused when linking libssl.la
against -lssl if libssl.la already exists in the cwd.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103164
13f79535-47bb-0310-9956-
ffa450edef68
if test -z "$module_standalone"; then
if test -z "$2"; then
# The filename of a convenience library must have a "lib" prefix:
- libname="lib$1.la"
+ libname="libmod_$1.la"
BUILTIN_LIBS="$BUILTIN_LIBS $modpath_current/$libname"
modpath_static="$modpath_static $libname"
cat >>$modpath_current/modules.mk<<EOF