dect
/
asterisk
Archived
13
0
Fork 0

fixing up the pthread stuff for hashtest2

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82256 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
murf 2007-09-11 17:16:16 +00:00
parent 42df16dc9e
commit a4f9e795c2
1 changed files with 2 additions and 2 deletions

View File

@ -129,10 +129,10 @@ utils.o : utils.c
astobj2.o : astobj2.c
hashtest2.o : hashtest2.c
$(CC) -g -O0 -c hashtest2.c -I/usr/include -I../include
$(CC) -g -O0 -c hashtest2.c $(PTHREAD_CFLAGS) -I/usr/include -I../include
hashtest2 : hashtest2.o md5.o utils.o astobj2.o sha1.o strcompat.o
$(CC) -g -O0 -o hashtest2 hashtest2.o astobj2.o utils.o md5.o sha1.o strcompat.o -lpthread
$(CC) -g -O0 -o hashtest2 hashtest2.o astobj2.o utils.o md5.o sha1.o strcompat.o $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
extconf.o : extconf.c