Ignore:
Timestamp:
Jan 20, 2008 2:28:26 PM (16 years ago)
Author:
bennylp
Message:

Ticket #452: renamed SRTP config.h to srtp_config.h, added srtp_err.c to integrate SRTP logging to pjlib, and updated VS6/VS8/Makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/users/nanang/build.mak.in

    r1573 r1719  
    99 
    1010# Determine which party libraries to use 
    11 export APP_THIRD_PARTY_LIBS := -lresample-$(TARGET_NAME) -lmilenage-$(TARGET_NAME) 
     11export APP_THIRD_PARTY_LIBS := -lresample-$(TARGET_NAME) -lmilenage-$(TARGET_NAME) -lsrtp-$(TARGET_NAME) 
    1212 
    1313ifneq (@ac_no_gsm_codec@,1) 
Note: See TracChangeset for help on using the changeset viewer.