aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-12-27 14:53:04 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-12-27 14:53:04 +0000
commita2a71416b0102cf6045d58bab51ca9fc86f0b722 (patch)
tree1c85b373ae9ab053dfcf20c45ee8b1bb8f26b4c2 /Makefile
parent7fff2d57294128d195b9823d1eab1f0f9701923d (diff)
Version 0.1.6 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@225 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 123447ac2..252e67f90 100755
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ INCLUDE=-Iinclude -I../include
CFLAGS=-pipe -Wall -Werror -Wmissing-prototypes -Wmissing-declarations -O6 $(DEBUG) $(INCLUDE) -D_REENTRANT
CFLAGS+=$(shell if $(CC) -march=$(PROC) -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-march=$(PROC)"; fi)
SUBDIRS=channels pbx apps codecs formats
-LIBS=-ldl -lpthread -lreadline # -lefence
+LIBS=-ldl -lpthread -lreadline -lncurses # -lefence
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 asterisk.o
CC=gcc
INSTALL=install