aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-29 04:21:19 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-29 04:21:19 +0000
commit29328ccb5a620414ef130754e4e928f5012fe0aa (patch)
tree79bf3ac6bdf6572f47cb6a0b7a04c8624c7c4d26 /apps/Makefile
parent803353e942dfd9b2730e03f4f4b670f4f7de1a49 (diff)
Add ENUM lookup support
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@932 f38db490-d61c-443f-a65b-d21fe96a405b
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