From dedb9e4deab8167202630ac3eb39c696a95fd977 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 10 Dec 2009 07:39:40 +0000 Subject: [PATCH] fix spandsp build from cross compile change git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15869 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/spandsp/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/spandsp/src/Makefile.am b/libs/spandsp/src/Makefile.am index 847900c5b6..85b28a6de2 100644 --- a/libs/spandsp/src/Makefile.am +++ b/libs/spandsp/src/Makefile.am @@ -291,7 +291,7 @@ make_at_dictionary$(EXEEXT): $(top_srcdir)/src/make_at_dictionary.c $(CC_FOR_BUILD) -o make_at_dictionary$(EXEEXT) $(top_srcdir)/src/make_at_dictionary.c -DHAVE_CONFIG_H make_modem_filter$(EXEEXT): $(top_srcdir)/src/make_modem_filter.c $(top_srcdir)/src/filter_tools.c - $(CC_FOR_BUILD) -o make_modem_filter$(EXEEXT) $(top_srcdir)/src/make_modem_filter.c $(top_srcdir)/src/filter_tools.c -DHAVE_CONFIG_H + $(CC_FOR_BUILD) -o make_modem_filter$(EXEEXT) $(top_srcdir)/src/make_modem_filter.c $(top_srcdir)/src/filter_tools.c -DHAVE_CONFIG_H -lm # We need to run make_at_dictionary, so it generates the # at_interpreter_dictionary.h file