aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-11 13:46:08 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-11 13:46:08 +0000
commit13fbf56ca216d9131d55384b622d9b918e93ee2f (patch)
treebc219debfaf86d7aaab12607684219e772c7b7ff /utils
parent86db19ffc03c70352d93e8e16c389e43e502f9e4 (diff)
Include string compatibility file in hashtest2.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82235 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 fcc9b477c..11a2d5be7 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -131,8 +131,8 @@ astobj2.o : astobj2.c
hashtest2.o : hashtest2.c
$(CC) -g -O0 -c hashtest2.c -I/usr/include -I../include
-hashtest2 : hashtest2.o md5.o utils.o astobj2.o sha1.o
- $(CC) -g -O0 -o hashtest2 hashtest2.o astobj2.o utils.o md5.o sha1.o -lpthread
+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
extconf.o : extconf.c