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

Renamed getopt() to pj_getopt(), and fixed misc Linux warnings

File:
1 edited

Legend:

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

    r296 r300  
    7171export PJSUA_LIB_SRCDIR = ../src/pjsua-lib 
    7272export PJSUA_LIB_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 
    73                         pjsua_call.o pjsua_core.o pjsua_im.o pjsua_pres.o pjsua_reg.o \ 
    74                         pjsua_settings.o \ 
     73                        getopt.o pjsua_call.o pjsua_core.o pjsua_im.o \ 
     74                        pjsua_pres.o pjsua_reg.o pjsua_settings.o \ 
    7575                         
    7676export PJSUA_LIB_CFLAGS += $(_CFLAGS) 
Note: See TracChangeset for help on using the changeset viewer.