aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-04-06 16:17:14 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-04-06 16:17:14 +0000
commite0e65495e75ae84cb178bb2e357211bcc40f43f0 (patch)
tree8e256e1816ff4a7f59adac3b10390a5ede59d6c9 /channels/Makefile
parentfab529cb029abf375e0f0a60e7b635f6c067106e (diff)
Version 0.1.3 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@208 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/Makefile')
-rwxr-xr-xchannels/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/Makefile b/channels/Makefile
index b0f14f4f1..411ce353d 100755
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -16,6 +16,8 @@ CHANNEL_LIBS=chan_vofr.so chan_modem.so \
CHANNEL_LIBS+=$(shell [ -f /usr/include/linux/ixjuser.h ] && echo chan_phone.so)
+CFLAGS+=-Wno-missing-prototypes -Wno-missing-declarations
+
CFLAGS+=#-DVOFRDUMPER
all: $(CHANNEL_LIBS)