summaryrefslogtreecommitdiff
path: root/pjlib/build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/build/Makefile')
-rw-r--r--pjlib/build/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/pjlib/build/Makefile b/pjlib/build/Makefile
index d5f78ce1..95262ca2 100644
--- a/pjlib/build/Makefile
+++ b/pjlib/build/Makefile
@@ -25,8 +25,7 @@ export PJLIB_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
array.o config.o ctype.o errno.o except.o fifobuf.o guid.o \
hash.o ip_helper_generic.o list.o lock.o log.o os_time_common.o \
pool.o pool_buf.o pool_caching.o pool_dbg.o rand.o \
- rbtree.o string.o timer.o \
- types.o symbols.o
+ rbtree.o sock_common.o string.o timer.o types.o
export PJLIB_CFLAGS += $(_CFLAGS)
###############################################################################