]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_spandsp: Remove "-ljpeg -lz" from mod_spandsp_LIBADD
authorStefan Knoblich <stkn@openisdn.net>
Fri, 4 Nov 2011 13:25:47 +0000 (14:25 +0100)
committerStefan Knoblich <stkn@openisdn.net>
Fri, 4 Nov 2011 13:25:47 +0000 (14:25 +0100)
We're using the bundled libtiff's .la file, so libtool will take
care of all dependencies needed to link mod_spandsp.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
src/mod/applications/mod_spandsp/Makefile.am

index 7865ce5164f9d1b5c3c3a296778d5e5b2e49648f..53d95178c2c0a365fa8fddacd9e012bb3c255f67 100644 (file)
@@ -12,7 +12,7 @@ SPANDSP_LA=$(SPANDSP_BUILDDIR)/src/libspandsp.la
 mod_LTLIBRARIES = mod_spandsp.la
 mod_spandsp_la_SOURCES  = mod_spandsp.c udptl.c mod_spandsp_fax.c mod_spandsp_dsp.c mod_spandsp_codecs.c
 mod_spandsp_la_CFLAGS   = $(AM_CFLAGS) -I$(SPANDSP_DIR)/src -I$(TIFF_DIR)/libtiff -I$(SPANDSP_BUILDDIR)/src -I$(TIFF_BUILDDIR)/libtiff -I.
-mod_spandsp_la_LIBADD   = $(switch_builddir)/libfreeswitch.la $(SPANDSP_LA) $(TIFF_LA) -ljpeg -lz
+mod_spandsp_la_LIBADD   = $(switch_builddir)/libfreeswitch.la $(SPANDSP_LA) $(TIFF_LA)
 mod_spandsp_la_LDFLAGS  = -avoid-version -module -no-undefined -shared
 
 $(SPANDSP_LA): $(TIFF_LA) $(SPANDSP_DIR) $(SPANDSP_DIR)/.update