From 208776ec0c5c77623637a28b88391067df24e682 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 11 May 2007 15:14:34 +0000 Subject: HUGE changeset to make the rest of the libraries compile with C++ mode git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1266 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjsip/build') diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile index e9fc2d32..a9b242c0 100644 --- a/pjsip/build/Makefile +++ b/pjsip/build/Makefile @@ -89,7 +89,7 @@ export TEST_OBJS += dlg_core_test.o dns_test.o msg_err_test.o \ tsx_basic_test.o tsx_bench.o tsx_uac_test.o \ tsx_uas_test.o txdata_test.o uri_test.o export TEST_CFLAGS += $(_CFLAGS) -export TEST_LDFLAGS += $(PJ_LDFLAGS) $(PJ_LDLIBS) +export TEST_LDFLAGS += $(PJ_LDFLAGS) $(PJ_LDLIBS) $(LDFLAGS) export TEST_EXE := ../bin/pjsip-test-$(TARGET_NAME)$(HOST_EXE) -- cgit v1.2.3