]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix project file generation
authorMichael Jerris <mike@jerris.com>
Thu, 29 Jan 2009 05:17:27 +0000 (05:17 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 29 Jan 2009 05:17:27 +0000 (05:17 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11554 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/spandsp/src/Makefile.am

index f635fc3b994f5d88651f3cecc97d4cb250f92bce..cb5b772eb2276e13ef051f51ecb89a5158eda2a4 100644 (file)
@@ -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)