aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-03-10 20:26:16 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-03-10 20:26:16 +0000
commit9de50cfae758e71ecb50150e647f105bfb1682b6 (patch)
tree3b10ed975a70a722c3e75c4026cc84cdc36f1784 /apps
parent2b37c2b811eb9abed00c36ae35eda8533993087e (diff)
Version 0.1.11 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@424 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rwxr-xr-xapps/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 31329dac8..100c72dd6 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -11,10 +11,13 @@
# the GNU General Public License
#
+#APPS=app_dial.so app_playback.so app_directory.so app_intercom.so app_mp3.so
APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_intercom.so app_mp3.so \
app_system.so app_echo.so app_record.so app_image.so app_url.so app_disa.so \
app_agi.so app_qcall.so
+APPS+=$(shell if [ -f /usr/include/zap.h ]; then echo "app_zapras.so" ; fi)
+
CFLAGS+=
all: $(APPS)