aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 '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