summaryrefslogtreecommitdiff
path: root/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 /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 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1cdfc6a99..6495d9057 100755
--- a/Makefile
+++ b/Makefile
@@ -104,13 +104,13 @@ SUBDIRS=res channels pbx apps codecs formats agi cdr astman
ifeq (${OSARCH},Linux)
LIBS=-ldl
endif
-LIBS+=-lpthread -lncurses -lm #-lnjamd
+LIBS+=-lpthread -lncurses -lm -lresolv #-lnjamd
OBJS=io.o sched.o logger.o frame.o loader.o config.o channel.o \
translate.o file.o say.o pbx.o cli.o md5.o term.o \
ulaw.o alaw.o callerid.o fskmodem.o image.o app.o \
cdr.o tdd.o acl.o rtp.o manager.o asterisk.o ast_expr.o \
dsp.o chanvars.o indications.o autoservice.o db.o privacy.o \
- astmm.o
+ astmm.o enum.o
CC=gcc
INSTALL=install