summaryrefslogtreecommitdiff
path: root/codecs
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-06-24 08:45:49 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-06-24 08:45:49 +0000
commitdf0ba5ff8b3199c9536a0d8f1f639ef279a93394 (patch)
tree93ed3cf43aeb027c757136d7ae6ce2230534e7fd /codecs
parent2e9099934be8b877235a85db0d9856a900d2f98b (diff)
search for Zaptel and libtonezone separately in the configure script
various other minor fixes git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35812 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 $@ $<