summaryrefslogtreecommitdiff
path: root/pjsip/build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/build/Makefile')
-rw-r--r--pjsip/build/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile
index 24755553..6bdec74d 100644
--- a/pjsip/build/Makefile
+++ b/pjsip/build/Makefile
@@ -66,7 +66,8 @@ export PJSIP_UA_CFLAGS += $(_CFLAGS)
#
export PJSIP_SIMPLE_SRCDIR = ../src/pjsip-simple
export PJSIP_SIMPLE_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
- errno.o evsub.o evsub_msg.o iscomposing.o pidf.o presence.o \
+ errno.o evsub.o evsub_msg.o iscomposing.o \
+ pidf.o presence.o presence_body.o publishc.o \
xpidf.o
export PJSIP_SIMPLE_CFLAGS += $(_CFLAGS)