[Freeswitch-svn] [commit] r5313 - freeswitch/trunk/scripts/socket/socket2me

Freeswitch SVN mikej at freeswitch.org
Tue Jun 12 16:46:13 EDT 2007


Author: mikej
Date: Tue Jun 12 16:46:13 2007
New Revision: 5313

Modified:
   freeswitch/trunk/scripts/socket/socket2me/Makefile

Log:
use CFLAGS env var for socket2me Makefile.  Fixes MODAPP-13.  Thanks Bret.

Modified: freeswitch/trunk/scripts/socket/socket2me/Makefile
==============================================================================
--- freeswitch/trunk/scripts/socket/socket2me/Makefile	(original)
+++ freeswitch/trunk/scripts/socket/socket2me/Makefile	Tue Jun 12 16:46:13 2007
@@ -1,4 +1,4 @@
 socket2me: socket2me.c
-	$(CC) -Wall socket2me.c -o socket2me -l spandsp
+	$(CC) $(CFLAGS) socket2me.c -o socket2me -l spandsp
 clean:
 	rm socket2me



More information about the Freeswitch-svn mailing list