From: Joshua Colp Date: Tue, 11 Sep 2007 13:46:08 +0000 (+0000) Subject: Include string compatibility file in hashtest2. X-Git-Tag: 1.6.0-beta1~3^2~1472 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56a31d1d201e2835f305bc3f5dbe2e622d2698f7;p=thirdparty%2Fasterisk.git Include string compatibility file in hashtest2. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82235 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/utils/Makefile b/utils/Makefile index fcc9b477ca..11a2d5be7a 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