[asterisk-commits] file: trunk r82235 - /trunk/utils/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Sep 11 08:46:09 CDT 2007


Author: file
Date: Tue Sep 11 08:46:08 2007
New Revision: 82235

URL: http://svn.digium.com/view/asterisk?view=rev&rev=82235
Log:
Include string compatibility file in hashtest2.

Modified:
    trunk/utils/Makefile

Modified: trunk/utils/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/utils/Makefile?view=diff&rev=82235&r1=82234&r2=82235
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Tue Sep 11 08:46:08 2007
@@ -131,8 +131,8 @@
 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
 




More information about the asterisk-commits mailing list