]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
gsmopen: Makefile.am updated
authorGiovanni Maruzzelli <gmaruzz@gmail.com>
Mon, 16 Apr 2012 14:23:24 +0000 (16:23 +0200)
committerGiovanni Maruzzelli <gmaruzz@gmail.com>
Mon, 16 Apr 2012 14:23:24 +0000 (16:23 +0200)
src/mod/endpoints/mod_gsmopen/Makefile.am

index 8879a4616d8f2aeff971ecb73503aa4e5f67bee0..4d9f751a19ace67e244864c422ba912e40653ec0 100644 (file)
@@ -13,7 +13,7 @@ mod_LTLIBRARIES = mod_gsmopen.la
 mod_gsmopen_la_SOURCES  = mod_gsmopen.cpp gsmopen_protocol.cpp 
 mod_gsmopen_la_CFLAGS   = $(AM_CFLAGS) -I$(SPANDSP_DIR)/src -I$(TIFF_DIR)/libtiff -I$(SPANDSP_BUILDDIR)/src -I$(TIFF_BUILDDIR)/libtiff -I. -DGSMOPEN_SVN_VERSION=\"`cat $(switch_builddir)/.version`\"
 mod_gsmopen_la_LIBADD   = $(switch_builddir)/libfreeswitch.la $(SPANDSP_LA) $(TIFF_LA)
-mod_gsmopen_la_LDFLAGS  = -avoid-version -module -no-undefined -lasound -lgsmme
+mod_gsmopen_la_LDFLAGS  = -avoid-version -module -no-undefined -lctb-0.16
 
 $(SPANDSP_LA): $(TIFF_LA) $(SPANDSP_DIR) $(SPANDSP_DIR)/.update
        cd $(SPANDSP_BUILDDIR) && $(MAKE) -j1