aboutsummaryrefslogtreecommitdiffstats
path: root/apps
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 /apps
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 '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>
***/