From: Michael Jerris Date: Wed, 15 Apr 2009 03:05:37 +0000 (+0000) Subject: we need DYNAMIC_LIB_EXTEN for mod_perl and others X-Git-Tag: v1.0.4~1167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31c42876e43164d5f2c649fdd24e12f5de9aedf7;p=thirdparty%2Ffreeswitch.git we need DYNAMIC_LIB_EXTEN for mod_perl and others git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13023 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/build/modmake.rules.in b/build/modmake.rules.in index cd0247b8b1..182af4aa29 100644 --- a/build/modmake.rules.in +++ b/build/modmake.rules.in @@ -29,6 +29,7 @@ MODINSTDIR = @modinstdir@ DYLD_LIBRARY_PATH=@libdir@:$DYLD_LIBRARY_PATH LD_LIBRARY_PATH=@libdir@:$LD_LIBRARY_PATH OSARCH=`uname -s` +DYNAMIC_LIB_EXTEN = @DYNAMIC_LIB_EXTEN@ LIBTOOL_LIB_EXTEN = @LIBTOOL_LIB_EXTEN@ SOLINK = @SOLINK@