From: Michael Jerris Date: Thu, 29 Jan 2009 05:17:27 +0000 (+0000) Subject: fix project file generation X-Git-Tag: v1.0.3~522 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c6090651d1c764e68aaaf3e3084bc69c166647a;p=thirdparty%2Ffreeswitch.git fix project file generation git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11554 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/spandsp/src/Makefile.am b/libs/spandsp/src/Makefile.am index f635fc3b99..cb5b772eb2 100644 --- a/libs/spandsp/src/Makefile.am +++ b/libs/spandsp/src/Makefile.am @@ -395,7 +395,7 @@ v29tx_floating_rrc.h: make_modem_filter$(EXEEXT) DSP = libspandsp.dsp VCPROJ = libspandsp.vcproj -WIN32SOURCES = $(libspandsp_la_SOURCES) msvc/gettimeofday.c +WIN32SOURCES = $(libspandsp_la_SOURCES) .\\msvc\\gettimeofday.c WIN32HEADERS = $(nobase_include_HEADERS) spandsp.h DSPOUT = | awk '{printf("%s\r\n", $$0)}' >> $(DSP)