]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
try to fix centos build from cross compile fix
authorMichael Jerris <mike@jerris.com>
Thu, 10 Dec 2009 04:18:18 +0000 (04:18 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 10 Dec 2009 04:18:18 +0000 (04:18 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15867 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/spandsp/src/Makefile.am

index 4a450f04cd84f9f9374a184329c538c5b9d7b86c..847900c5b69c442d0b378ee0a9525f453ee83c8f 100644 (file)
@@ -287,11 +287,11 @@ noinst_HEADERS =        faxfont.h \
                         v17_v32bis_tx_constellation_maps.h \
                         v29tx_constellation_maps.h
 
-make_at_dictionary$(EXEEXT): $(abs_srcdir)/make_at_dictionary.c
-       $(CC_FOR_BUILD) -o make_at_dictionary$(EXEEXT) $(abs_srcdir)/make_at_dictionary.c  -DHAVE_CONFIG_H 
+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): $(abs_srcdir)/make_modem_filter.c $(abs_srcdir)/filter_tools.c 
-       $(CC_FOR_BUILD) -o make_modem_filter$(EXEEXT) $(abs_srcdir)/make_modem_filter.c $(abs_srcdir)/filter_tools.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
 
 # We need to run make_at_dictionary, so it generates the
 # at_interpreter_dictionary.h file