summaryrefslogtreecommitdiff
path: root/channels/Makefile
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 /channels/Makefile
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 'channels/Makefile')
-rw-r--r--channels/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/channels/Makefile b/channels/Makefile
index a231ded1f..c98af29d0 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -113,13 +113,13 @@ chan_oss.so: chan_oss.o
$(CC) $(SOLINK) -o $@ chan_oss.o $(OSSAUDIO_LIB)
chan_iax2.so: chan_iax2.o iax2-parser.o iax2-provision.o
- $(CC) $(SOLINK) -o $@ $< iax2-parser.o iax2-provision.o
+ $(CC) $(SOLINK) -o $@ $^
chan_zap.so: chan_zap.o
- $(CC) $(SOLINK) -o $@ $< $(PRI_LIB) $(ZAPTEL_LIB)
+ $(CC) $(SOLINK) -o $@ $< $(PRI_LIB) $(TONEZONE_LIB)
chan_zap.o: chan_zap.c
- $(CC) -c -o $@ $(CFLAGS) $(ZAPTEL_INCLUDE) $<
+ $(CC) -c -o $@ $(CFLAGS) $(TONEZONE_INCLUDE) $(ZAPTEL_INCLUDE) $<
chan_alsa.so: chan_alsa.o
$(CC) $(SOLINK) -o $@ $< $(ASOUND_LIB)