Changeset 4786 for pjproject/trunk/third_party/build/srtp/Makefile
- Timestamp:
- Mar 10, 2014 9:13:10 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/build/srtp/Makefile
r4656 r4786 25 25 $(HOST_CXXFLAGS) $(CXXFLAGS) 26 26 export _LDFLAGS := $(CC_LDFLAGS) $(OS_LDFLAGS) $(M_LDFLAGS) $(HOST_LDFLAGS) \ 27 $( LDFLAGS)27 $(APP_LDFLAGS) $(LDFLAGS) 28 28 29 29 # libcrypt.a (the crypto engine) … … 56 56 export SRTP_OBJS = $(cryptobj) $(srtpobj) 57 57 export SRTP_CFLAGS = -DHAVE_CONFIG_H $(_CFLAGS) 58 export SRTP_LDFLAGS = $(PJLIB_LDLIB) $(_LDFLAGS) 58 59 59 60
Note: See TracChangeset
for help on using the changeset viewer.