]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix typo
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 12 Jun 2015 22:10:36 +0000 (17:10 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Sat, 13 Jun 2015 04:55:29 +0000 (23:55 -0500)
src/mod/formats/mod_shout/Makefile.am

index 010a4c8ed2df6aa48a36540e34abb663e3f3c07d..362561d3b764b56012ea38ff2f036b680f081d32 100644 (file)
@@ -9,7 +9,7 @@ mod_shout_la_SOURCES  = mod_shout.c
 mod_shout_la_CFLAGS   = $(AM_CFLAGS)
 mod_shout_la_CPPFLAGS = $(CURL_CFLAGS) $(AM_CPPFLAGS) $(SHOUT_CFLAGS) $(MP3LAME_CFLAGS) $(MPG123_CFLAGS)
 mod_shout_la_LIBADD   = $(switch_builddir)/libfreeswitch.la
-mod_shout_la_LDFLAGS  = $(CURL_LIBS) -avoid-version -module -no-undefined -shared $(SHOUT_LDFLAGS) $(MP3LAME_LDFLAGS) $(MPG123_LDFLAGS)
+mod_shout_la_LDFLAGS  = $(CURL_LIBS) -avoid-version -module -no-undefined -shared $(SHOUT_LIBS) $(MP3LAME_LIBS) $(MPG123_LIBS)
 
 
 if !HAVE_MP3LAME