summaryrefslogtreecommitdiff
path: root/apps
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 /apps
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 'apps')
-rw-r--r--apps/Makefile5
-rw-r--r--apps/app_rpt.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 2fdde40b4..a48477abe 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -35,9 +35,12 @@ clean: clean-depend
$(CC) $(SOLINK) -o $@ $<
app_rpt.so: app_rpt.o
- $(CC) $(SOLINK) -o $@ $< $(ZAPTEL_LIB)
+ $(CC) $(SOLINK) -o $@ $< $(TONEZONE_LIB)
app_rpt.o: app_rpt.c
+ $(CC) -c -o $@ $(CFLAGS) $(TONEZONE_INCLUDE) $(ZAPTEL_INCLUDE) $<
+
+app_flash.o app_meetme.o app_page.o app_zapbarge.o app_zapras.o app_zapscan.o: %.o: %.c
$(CC) -c -o $@ $(CFLAGS) $(ZAPTEL_INCLUDE) $<
install: all
diff --git a/apps/app_rpt.c b/apps/app_rpt.c
index 7ea1e147b..c18fc2071 100644
--- a/apps/app_rpt.c
+++ b/apps/app_rpt.c
@@ -118,6 +118,7 @@
/*** MODULEINFO
<depend>zaptel</depend>
+ <depend>tonezone</depend>
<defaultenabled>no</defaultenabled>
***/