summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-04-29 04:21:19 +0000
committerMark Spencer <markster@digium.com>2003-04-29 04:21:19 +0000
commitbe6da9b8ea212d209b75ee0ace09c76a93f384fa (patch)
tree79bf3ac6bdf6572f47cb6a0b7a04c8624c7c4d26 /apps/Makefile
parent2aba17e4408f4dc5868c8f1fa6ce946c3481cd2a (diff)
Add ENUM lookup support
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@932 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index ba74bebe6..6e9dafb8f 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -19,7 +19,8 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_intercom.
app_queue.so app_senddtmf.so app_parkandannounce.so app_striplsd.so \
app_setcidname.so app_lookupcidname.so app_substring.so app_macro.so \
app_authenticate.so app_softhangup.so app_lookupblacklist.so \
- app_waitforring.so app_privacy.so app_db.so app_chanisavail.so
+ app_waitforring.so app_privacy.so app_db.so app_chanisavail.so \
+ app_enumlookup.so
#APPS+=app_sql_postgres.so
#APPS+=app_sql_odbc.so