From 52a2ded0cd81730991df892ebcaea7bfc5c554e2 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Fri, 23 Oct 2009 16:40:30 +0000 Subject: Optionally build and install the sample AGIs in the agi/ directory. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@225690 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- agi/Makefile | 5 ++++- agi/agi.xml | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 agi/agi.xml (limited to 'agi') diff --git a/agi/Makefile b/agi/Makefile index 46b7c3f39..591155dd1 100644 --- a/agi/Makefile +++ b/agi/Makefile @@ -11,9 +11,12 @@ # the GNU General Public License # +ASTTOPDIR?=.. +-include $(ASTTOPDIR)/menuselect.makeopts + .PHONY: clean all uninstall -AGIS=agi-test.agi eagi-test eagi-sphinx-test jukebox.agi +AGIS=$(MENUSELECT_AGIS) ifeq ($(OSARCH),SunOS) LIBS+=-lsocket -lnsl diff --git a/agi/agi.xml b/agi/agi.xml new file mode 100644 index 000000000..1ae3c0e31 --- /dev/null +++ b/agi/agi.xml @@ -0,0 +1,14 @@ + + + no + + + no + + + no + + + no + + -- cgit v1.2.3