summaryrefslogtreecommitdiff
path: root/pjsip/build/Makefile
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2009-04-29 12:53:35 +0000
committerNanang Izzuddin <nanang@teluu.com>2009-04-29 12:53:35 +0000
commit59d5349b31cc6aa460b9ca53db6817396f6d6a35 (patch)
tree72f0a41f1e5ec0c61aa239a736df663a5df509f2 /pjsip/build/Makefile
parent9745b0cb2a286161493cb905e2a27ea81c65e016 (diff)
Ticket #706:
- Renamed test_pjsip.dsp into pjsip_test.dsp. - Fixed missing files problem in pjsip_test.dsp and pjsip/build/Makefile caused by renamed directory 'test-pjsip' into 'test' (see r2638/trunk or r2626/vs-reorg). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2663 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/build/Makefile')
-rw-r--r--pjsip/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile
index 9400f26a..d4701e9f 100644
--- a/pjsip/build/Makefile
+++ b/pjsip/build/Makefile
@@ -84,7 +84,7 @@ export CC_OUT CC AR RANLIB HOST_MV HOST_RM HOST_RMDIR HOST_MKDIR OBJEXT LD LDOUT
###############################################################################
# Defines for building test application
#
-export TEST_SRCDIR = ../src/test-pjsip
+export TEST_SRCDIR = ../src/test
export TEST_OBJS += dlg_core_test.o dns_test.o msg_err_test.o \
msg_logger.o msg_test.o regc_test.o \
test.o transport_loop_test.o transport_tcp_test.o \