1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-22 11:19:52 +00:00
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@5 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2007-05-16 21:15:51 +00:00
parent 6c06cee9e5
commit c991a3c52d
9 changed files with 1 additions and 1 deletions

@ -31,7 +31,7 @@
CC=gcc CC=gcc
OBJS=hashtable.o hashtable_itr.o openzap.o zap_config.o OBJS=hashtable.o hashtable_itr.o openzap.o zap_config.o
CFLAGS=$(USER_CFLAGS) -Wall -Werror -Wextra -std=c99 -pedantic -ansi CFLAGS=$(USER_CFLAGS) -Iinclude -Wall -Werror -Wextra -std=c99 -pedantic -ansi
MYLIB=libopenzap.a MYLIB=libopenzap.a
CFLAGS +=-DZAP_WANPIPE_SUPPORT CFLAGS +=-DZAP_WANPIPE_SUPPORT