Ignore:
Timestamp:
Jul 29, 2008 11:42:20 AM (16 years ago)
Author:
bennylp
Message:

Fixed ticket #581: Fixed build dependencies in the makefiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/build/Makefile

    r2182 r2183  
    7171        $(MAKE) -f Samples.mak $@ 
    7272        @if test "$@" = "depend"; then \ 
    73           echo '$(PJSUA_EXE): $(PJSIP_LIB) $(PJSIP_UA_LIB) $(PJSIP_SIMPLE) $(PJSUA_LIB_LIB) $(PJLIB_LIB) $(PJLIB_UTIL_LIB) $(PJNATH_LIB) $(PJMEDIA_LIB) $(PJMEDIA_CODEC_LIB) Makefile' >> .pjsua-$(TARGET_NAME).depend; \ 
     73          echo '$(PJSUA_EXE): $(APP_LIB_FILES)' >> .pjsua-$(TARGET_NAME).depend; \ 
    7474        fi 
    7575 
Note: See TracChangeset for help on using the changeset viewer.