From bf839cd77520ad28437e55a73fd8167838023f42 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 26 Feb 2007 02:33:14 +0000 Subject: Added CRC32 code to pjlib-util, and implemented STUN FINGERPRINT and MESSAGE-INTEGRITY git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1002 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib-util/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjlib-util/build/Makefile') diff --git a/pjlib-util/build/Makefile b/pjlib-util/build/Makefile index c7ff0dfa..75089c12 100644 --- a/pjlib-util/build/Makefile +++ b/pjlib-util/build/Makefile @@ -26,7 +26,7 @@ export _LDFLAGS := $(subst /,$(HOST_PSEP),$(PJLIB_UTIL_LIB)) \ # export PJLIB_UTIL_SRCDIR = ../src/pjlib-util export PJLIB_UTIL_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ - errno.o dns.o dns_dump.o getopt.o \ + crc32.o errno.o dns.o dns_dump.o getopt.o \ hmac_md5.o hmac_sha1.o md5.o resolver.o \ scanner.o sha1.o string.o stun_simple.o \ stun_simple_client.o xml.o -- cgit v1.2.3