From df0ba5ff8b3199c9536a0d8f1f639ef279a93394 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sat, 24 Jun 2006 08:45:49 +0000 Subject: 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 --- apps/Makefile | 5 ++++- apps/app_rpt.c | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'apps') 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 zaptel + tonezone no ***/ -- cgit v1.2.3