Ignore:
Timestamp:
Nov 6, 2013 8:05:11 AM (11 years ago)
Author:
bennylp
Message:

Re #1519: Added persistent API in pjsua2, with JSON as the format. The API is extensible to support more formats. All config structures are serializable now. Tested in Python.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/pjsip/build/Makefile

    r4608 r4644  
    9090export PJSUA2_LIB_SRCDIR = ../src/pjsua2 
    9191export PJSUA2_LIB_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 
    92                            account.o endpoint.o types.o 
     92                           account.o endpoint.o json.o persistent.o types.o \ 
     93                           siptypes.o 
    9394export PJSUA2_LIB_CFLAGS += $(_CFLAGS) $(PJ_VIDEO_CFLAGS) 
    9495export PJSUA2_LIB_CXXFLAGS = $(PJSUA2_LIB_CFLAGS)  
Note: See TracChangeset for help on using the changeset viewer.