Ignore:
Timestamp:
Feb 7, 2006 9:13:28 PM (18 years ago)
Author:
bennylp
Message:

Renamed pjsua.c to pjsua_core.c since it is causing link problems with gcc

File:
1 edited

Legend:

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

    r145 r147  
    5555export PJSUA_SRCDIR = ../src/pjsua 
    5656export PJSUA_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 
    57                         main.o pjsua_reg.o pjsua.o 
     57                        main.o pjsua_reg.o pjsua_core.o 
    5858export PJSUA_CFLAGS += $(_CFLAGS) 
    5959export PJSUA_LDFLAGS += $(_LDFLAGS) 
Note: See TracChangeset for help on using the changeset viewer.