summaryrefslogtreecommitdiff
path: root/pjlib-util
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-11-17 13:44:16 +0000
committerBenny Prijono <bennylp@teluu.com>2006-11-17 13:44:16 +0000
commitc3b919f672c66cd0e7e4611555e92589b8c19e00 (patch)
treef62b8accb8f9a891f155918259a84cb50fe6bd30 /pjlib-util
parent2d492cacf4fb7c860e4f30ee3aee8afdbd61e999 (diff)
Removed duplicated stun.o in pjlib-util Makefile
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@805 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib-util')
-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 a5d8c925..7973eadf 100644
--- a/pjlib-util/build/Makefile
+++ b/pjlib-util/build/Makefile
@@ -27,7 +27,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 md5.o resolver.o \
- scanner.o stun.o string.o stun.o stun_client.o xml.o
+ scanner.o stun.o string.o stun_client.o xml.o
export PJLIB_UTIL_CFLAGS += $(_CFLAGS)
###############################################################################