[Freeswitch-svn] [commit] r6100 - freeswitch/trunk/src/mod/endpoints/mod_opal
Freeswitch SVN
lzwierko at freeswitch.org
Wed Oct 31 13:28:44 EDT 2007
Author: lzwierko
Date: Wed Oct 31 13:28:44 2007
New Revision: 6100
Modified:
freeswitch/trunk/src/mod/endpoints/mod_opal/Makefile.am
Log:
Modified: freeswitch/trunk/src/mod/endpoints/mod_opal/Makefile.am
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_opal/Makefile.am (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_opal/Makefile.am Wed Oct 31 13:28:44 2007
@@ -15,11 +15,11 @@
OPALDIR=$(switch_builddir)/libs/opal
mod_LTLIBRARIES = mod_opal.la
-mod_opal_la_SOURCES = opalh323_backend.cpp mod_opalh323.cpp
+mod_opal_la_SOURCES = opal_backend.cpp mod_opal.cpp
mod_opal_la_CPPFLAGS = $(AM_CPPFLAGS) -D_REENTRANT -fno-exceptions -Wall -DPTRACING -Os -felide-constructors -Wreorder -I$(OPALDIR)/include
mod_opal_la_LIBADD = $(switch_builddir)/libfreeswitch.la
-mod_opal_la_LDFLAGS = -avoid-version -module -no-undefined -export-symbols-regex ^switch_module_.*$ -rpath $(PREFIX)/$(libdir) -L$(OPALDIR)/lib -lopal_linux_x86_r -lpt_linux_x86_r -lpthread -lsasl2 -lssl -lcrypto -lexpat -ldl
+mod_opal_la_LDFLAGS = -avoid-version -module -no-undefined -export-symbols-regex ^switch_module_.*$ -rpath $(PREFIX)/$(libdir) -L$(OPALDIR)/lib -lopal_linux_x86_r -lpt_linux_x86_r -lpthread -ldl -fPIC -DPIC
#Override the linstall target so we just install the .so/.dylib
More information about the Freeswitch-svn
mailing list