From 67826ab9b8113ebfeb877115913d9e2ce28ee894 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Wed, 27 Dec 2000 14:53:04 +0000 Subject: Version 0.1.6 from FTP git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@225 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3