mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
Add ENUM lookup support
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@932 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
Makefile
4
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
|
||||
|
||||
|
Reference in New Issue
Block a user