stdtime build improvements

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1668 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-10-25 17:56:14 +00:00
parent 4d0e046a06
commit a40f00bee9
2 changed files with 3 additions and 5 deletions

View File

@@ -136,7 +136,7 @@ CFLAGS+= $(MALLOC_DEBUG)
CFLAGS+= $(BUSYDETECT)
CFLAGS+= $(OPTIONS)
CFLAGS+=# -fomit-frame-pointer
SUBDIRS=res channels pbx apps codecs formats agi cdr astman
SUBDIRS=res channels pbx apps codecs formats agi cdr astman stdtime
ifeq (${OSARCH},Linux)
LIBS=-ldl -lpthread
endif

View File

@@ -1,7 +1,3 @@
CC=gcc
#CFLAGS=-Wall
INCLUDE=-I../include
OBJS=localtime.o
all: libtime.a
@@ -10,6 +6,8 @@ libtime.a: $(OBJS)
ar rv $@ $(OBJS)
ranlib $@
install:
clean:
rm -f libtime.a *.o test