summaryrefslogtreecommitdiff
path: root/pjlib-util
diff options
context:
space:
mode:
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)
###############################################################################