Ignore:
Timestamp:
Mar 6, 2006 1:59:26 PM (18 years ago)
Author:
bennylp
Message:

Updated Makefiles for SIMPLE IM+iscomposing, wideband support, and Speex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/build/Makefile

    r253 r296  
    6161export PJSIP_SIMPLE_SRCDIR = ../src/pjsip-simple 
    6262export 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 
    6465export PJSIP_SIMPLE_CFLAGS += $(_CFLAGS) 
    6566 
     
    7071export PJSUA_LIB_SRCDIR = ../src/pjsua-lib 
    7172export 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                         
    7476export PJSUA_LIB_CFLAGS += $(_CFLAGS) 
    7577 
Note: See TracChangeset for help on using the changeset viewer.