]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix build issue from tone2wav
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 16 Sep 2010 01:28:38 +0000 (20:28 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 16 Sep 2010 15:20:03 +0000 (10:20 -0500)
Makefile.am

index 077dfeccdfe6ef8d85ead27524a6d48f82a65af1..ad04fde39261c13abe98c9584854cbc68b806a9c 100644 (file)
@@ -286,7 +286,7 @@ endif
 ##
 tone2wav_SOURCES = src/tone2wav.c
 tone2wav_CFLAGS  = $(AM_CFLAGS)
-tone2wav_LDFLAGS = $(AM_LDFLAGS) -lm
+tone2wav_LDFLAGS = $(AM_LDFLAGS) $(CORE_LIBS)
 tone2wav_LDADD   = libfreeswitch.la
 
 ##