From 94cf078a4d41b8a97c1f1d3d630a93f02387837c Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 15 Sep 2010 20:28:38 -0500 Subject: [PATCH] fix build issue from tone2wav --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 077dfeccdf..ad04fde392 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 ##