dect
/
asterisk
Archived
13
0
Fork 0

stdtime build improvements

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1668 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2003-10-25 17:56:14 +00:00
parent b2724a44d0
commit 0c3da4f716
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