From a1657343a0839d15baf8bfd8cfc6bc2d2f3e66b1 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 8 Jan 2010 09:53:31 +0000 Subject: 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 --- pjsip-apps/build/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'pjsip-apps/build') 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; \ -- cgit v1.2.3