Changeset 296 for pjproject/trunk/pjsip/build/Makefile
- Timestamp:
- Mar 6, 2006 1:59:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/build/Makefile
r253 r296 61 61 export PJSIP_SIMPLE_SRCDIR = ../src/pjsip-simple 62 62 export PJSIP_SIMPLE_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 63 errno.o evsub.o evsub_msg.o pidf.o presence.o xpidf.o 63 errno.o evsub.o evsub_msg.o iscomposing.o pidf.o presence.o \ 64 xpidf.o 64 65 export PJSIP_SIMPLE_CFLAGS += $(_CFLAGS) 65 66 … … 70 71 export PJSUA_LIB_SRCDIR = ../src/pjsua-lib 71 72 export PJSUA_LIB_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 72 pjsua_reg.o pjsua_call.o pjsua_pres.o pjsua_opt.o \ 73 pjsua_core.o 73 pjsua_call.o pjsua_core.o pjsua_im.o pjsua_pres.o pjsua_reg.o \ 74 pjsua_settings.o \ 75 74 76 export PJSUA_LIB_CFLAGS += $(_CFLAGS) 75 77
Note: See TracChangeset
for help on using the changeset viewer.