summaryrefslogtreecommitdiff
path: root/pjnath/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-02-21 21:36:34 +0000
committerBenny Prijono <bennylp@teluu.com>2008-02-21 21:36:34 +0000
commit2fe9c49e7d023c2efcc69ff835c49a3c3d8662e5 (patch)
treece9de86943760d878966a43bbb9978895d84e170 /pjnath/build
parent9dafbac6b6e70d84ed1f925c1ec1ee00b5c4411d (diff)
Ticket #412: increased randomness of guid_simple.c to 192-bits, and seed random number generator in pjsua_core.c
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1815 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath/build')
-rw-r--r--pjnath/build/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pjnath/build/Makefile b/pjnath/build/Makefile
index 42c8e12a..319893e3 100644
--- a/pjnath/build/Makefile
+++ b/pjnath/build/Makefile
@@ -71,7 +71,8 @@ export CC_OUT CC AR RANLIB HOST_MV HOST_RM HOST_RMDIR HOST_MKDIR OBJEXT LD LDOUT
#
# $(TARGET) is defined in os-$(OS_NAME).mak file in current directory.
#
-TARGETS := pjnath pjnath-test pjstun-client pjstun-srv-test
+TARGETS := pjnath pjnath-test
+#pjstun-client pjstun-srv-test
all: $(TARGETS)