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

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5313 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-06-12 20:46:13 +00:00
parent 09c117b22e
commit 40ce37c656
1 changed files with 1 additions and 1 deletions

View File

@ -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