summaryrefslogtreecommitdiff
path: root/pjlib-util/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-07 19:01:58 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-07 19:01:58 +0000
commitf155e2912011717b2f88a91fe15da93f4d0b0078 (patch)
tree38249b0e2fe2da4ccb1bc3357f8c53458e0207c8 /pjlib-util/build
parent813cd5ef6791ddf9778ca61c08ce19f48202b3bc (diff)
Fixed Makefile and warnings in cygwin/mingw
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@142 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib-util/build')
-rw-r--r--pjlib-util/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib-util/build/Makefile b/pjlib-util/build/Makefile
index c9bdc24b..b163a0a7 100644
--- a/pjlib-util/build/Makefile
+++ b/pjlib-util/build/Makefile
@@ -22,7 +22,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) \
- md5.o scanner.o stun.o stun_client.o xml.o
+ md5.o scanner.o stun.o string.o stun.o stun_client.o xml.o
export PJLIB_UTIL_CFLAGS += $(_CFLAGS)
###############################################################################