Ignore:
Timestamp:
May 16, 2006 1:20:00 PM (18 years ago)
Author:
bennylp
Message:

Rearrange transaction statefull stuffs in SIP so that it will not be linked when transaction is disabled

File:
1 edited

Legend:

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

    r438 r448  
    3939BINDIR := ../bin/samples 
    4040 
    41 SAMPLES := simpleua playfile playsine confsample sndinfo level recfile resampleplay \ 
    42            siprtp streamutil 
     41SAMPLES := confsample \ 
     42           level \ 
     43           playfile \ 
     44           playsine \ 
     45           recfile \ 
     46           resampleplay \ 
     47           simpleua \ 
     48           siprtp \ 
     49           sipstateless \ 
     50           sndinfo \ 
     51           streamutil 
    4352 
    4453EXES := $(foreach file, $(SAMPLES), $(BINDIR)/$(file)-$(TARGET)$(HOST_EXE)) 
Note: See TracChangeset for help on using the changeset viewer.