summaryrefslogtreecommitdiff
path: root/pjnath
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2013-02-27 10:16:08 +0000
committerLiong Sauw Ming <ming@teluu.com>2013-02-27 10:16:08 +0000
commite0b9872e5b72532014d4f2fd8116662cc92fdf64 (patch)
treebe3ac789db5892454d95b218849b56ebdcf24520 /pjnath
parent1703f7d9893e43ae31e81cb9de5b26420e2f6857 (diff)
Re #1559: Backported to 1.x, except r4312,r4330
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/1.x@4387 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath')
-rw-r--r--pjnath/build/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjnath/build/Makefile b/pjnath/build/Makefile
index 573d9579..66017c79 100644
--- a/pjnath/build/Makefile
+++ b/pjnath/build/Makefile
@@ -97,6 +97,8 @@ distclean: realclean
pjnath:
$(MAKE) -f $(RULES_MAK) APP=PJNATH app=pjnath $(PJNATH_LIB)
+$$(PJNATH_LIB): pjnath
+
pjnath-test: $(PJLIB_LIB) $(PJLIB_UTIL_LIB) $(PJNATH_LIB)
$(MAKE) -f $(RULES_MAK) APP=PJNATH_TEST app=pjnath-test $(PJNATH_TEST_EXE)