aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-27 22:29:57 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-27 22:29:57 +0000
commit60f2c50380a4a7cc8acc9267026c1eb9b1d85799 (patch)
treedee8000296db225e7ba779de729fd988e64013a6 /apps/Makefile
parentd8fe2161d79f69c9f852f01a2a533e576310b3fa (diff)
Fix app bug, update skel example, add skel to makefile as option (bug #3869)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5277 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 62d9a47ff..8a4d5bfb7 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -50,6 +50,7 @@ endif
# Experimental things
#
#APPS+=app_ivrdemo.so
+#APPS+=app_skel.so
APPS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi)
APPS+=$(shell if [ -f /usr/local/include/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi)