summaryrefslogtreecommitdiff
path: root/pjsip-apps/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-01-08 09:53:31 +0000
committerBenny Prijono <bennylp@teluu.com>2010-01-08 09:53:31 +0000
commita1657343a0839d15baf8bfd8cfc6bc2d2f3e66b1 (patch)
treedc9b10252afea8d4c846787026cadaf1f5b3f619 /pjsip-apps/build
parentcd28819d237420d47de76d040a742ca42117f28a (diff)
Misc (#1003):
- Fixed gcc warnings in activesock unit test - 'make clean' did not clear pjsystest executable git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3048 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/build')
-rw-r--r--pjsip-apps/build/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjsip-apps/build/Makefile b/pjsip-apps/build/Makefile
index 5c1684fa..08e2ca00 100644
--- a/pjsip-apps/build/Makefile
+++ b/pjsip-apps/build/Makefile
@@ -83,6 +83,7 @@ samples:
clean depend realclean:
$(MAKE) -f $(RULES_MAK) APP=PJSUA app=pjsua $@
+ $(MAKE) -f $(RULES_MAK) APP=PJSYSTEST app=pjsystest $@
$(MAKE) -f Samples.mak $@
@if test "$@" = "depend"; then \
echo '$(PJSUA_EXE): $(APP_LIB_FILES)' >> .pjsua-$(TARGET_NAME).depend; \