Skip to content
Snippets Groups Projects
Commit 56a31d1d authored by Joshua Colp's avatar Joshua Colp
Browse files

Include string compatibility file in hashtest2.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82235 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent c81d1422
Branches
Tags
No related merge requests found
...@@ -131,8 +131,8 @@ astobj2.o : astobj2.c ...@@ -131,8 +131,8 @@ astobj2.o : astobj2.c
hashtest2.o : hashtest2.c hashtest2.o : hashtest2.c
$(CC) -g -O0 -c hashtest2.c -I/usr/include -I../include $(CC) -g -O0 -c hashtest2.c -I/usr/include -I../include
hashtest2 : hashtest2.o md5.o utils.o astobj2.o sha1.o 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 -lpthread $(CC) -g -O0 -o hashtest2 hashtest2.o astobj2.o utils.o md5.o sha1.o strcompat.o -lpthread
extconf.o : extconf.c extconf.o : extconf.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment