Skip to content
Snippets Groups Projects
Commit 4b75f411 authored by Mark Spencer's avatar Mark Spencer
Browse files

Version 0.1.11 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@424 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent aec202cb
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment