aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-11 17:16:16 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-11 17:16:16 +0000
commita4f9e795c2a83a858ff651180b28c8abddf09577 (patch)
tree37c1a72e0337b63b424f9695c2fe579544c93757 /utils
parent42df16dc9ebec89dd567e9bc4783a6b0fc77cf9a (diff)
fixing up the pthread stuff for hashtest2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82256 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 11a2d5be7..00144b081 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -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