From 3ac0dba8fbd68aea08d6e12b82641bee78ce8cf3 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Tue, 19 Dec 2000 23:37:47 +0000 Subject: [PATCH] Stop calling shared modules libapachemod_*. mod_* is much easier to deal with. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87435 13f79535-47bb-0310-9956-ffa450edef68 --- acinclude.m4 | 4 ++-- build/rules.mk | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 2391b5de50..abbc583251 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -250,12 +250,12 @@ AC_DEFUN(APACHE_MODPATH_ADD,[ if test -z "$module_standalone"; then if test -z "$2"; then - libname="libapachemod_$1.la" + libname="mod_$1.la" BUILTIN_LIBS="$BUILTIN_LIBS $modpath_current/$libname" modpath_static="$modpath_static $libname" cat >>$modpath_current/modules.mk<