Ignore:
Timestamp:
Jun 8, 2007 1:41:25 AM (17 years ago)
Author:
bennylp
Message:

Updated the footprint generation script to include PJNATH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/build/Samples.mak

    r1201 r1352  
    66# Gather all flags. 
    77# 
    8 export _CFLAGS  := $(PJ_CFLAGS) 
     8export _CFLAGS  := $(PJ_CFLAGS) $(CFLAGS) 
    99export _CXXFLAGS:= $(PJ_CXXFLAGS) 
    10 export _LDFLAGS := $(PJ_LDFLAGS) $(PJ_LDLIBS) 
     10export _LDFLAGS := $(PJ_LDFLAGS) $(PJ_LDLIBS) $(LDFLAGS) 
    1111 
    1212SRCDIR := ../src/samples 
Note: See TracChangeset for help on using the changeset viewer.