aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-24 08:45:49 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-24 08:45:49 +0000
commit3df43d0174f5ed6d1521ddc2f0d460d690fcd19b (patch)
tree93ed3cf43aeb027c757136d7ae6ce2230534e7fd /codecs
parent551fc5b6aa124a16af48da2d184e280a2f47d767 (diff)
search for Zaptel and libtonezone separately in the configure script
various other minor fixes git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35812 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rw-r--r--codecs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/codecs/Makefile b/codecs/Makefile
index d6e304be2..25eb4c46c 100644
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -92,6 +92,9 @@ codec_speex.so: codec_speex.o
codec_lpc10.so: codec_lpc10.o $(LIBLPC10)
$(CC) $(SOLINK) -o $@ $< $(LIBLPC10) -lm
+codec_zap.o: codec_zap.c
+ $(CC) -c -o $@ $(CFLAGS) $(ZAPTEL_INCLUDE) $<
+
%.so : %.o
$(CC) $(SOLINK) -o $@ $<