summaryrefslogtreecommitdiff
path: root/pjsip-apps/build/Makefile
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-07-29 11:42:20 +0000
committerBenny Prijono <bennylp@teluu.com>2008-07-29 11:42:20 +0000
commit29531157bcbaf915153ad1179c538a5161ea5e2c (patch)
tree564b073cd6ff76964147b24d42a3ce1f7ee988b4 /pjsip-apps/build/Makefile
parentb2019f321854e3e9a3a810e2420a1979fce7de7c (diff)
Fixed ticket #581: Fixed build dependencies in the makefiles
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2183 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/build/Makefile')
-rw-r--r--pjsip-apps/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip-apps/build/Makefile b/pjsip-apps/build/Makefile
index 206bddaa..ac004c58 100644
--- a/pjsip-apps/build/Makefile
+++ b/pjsip-apps/build/Makefile
@@ -70,7 +70,7 @@ clean depend realclean:
$(MAKE) -f $(RULES_MAK) APP=PJSUA app=pjsua $@
$(MAKE) -f Samples.mak $@
@if test "$@" = "depend"; then \
- 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; \
+ echo '$(PJSUA_EXE): $(APP_LIB_FILES)' >> .pjsua-$(TARGET_NAME).depend; \
fi