summaryrefslogtreecommitdiff
path: root/TAO/tests/DLL_ORB
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-25 16:06:32 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-25 16:06:32 +0000
commitf859738d69efa3465ae92baad7bde4e80832f32d (patch)
tree633be86f977465954c03a86930b164a187ade115 /TAO/tests/DLL_ORB
parent30fb9a5e8f2dbe0ef0ecfabcbfcdf180ee5e4df9 (diff)
downloadATCD-f859738d69efa3465ae92baad7bde4e80832f32d.tar.gz
ChangeLogTag:Tue Nov 25 09:56:58 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tests/DLL_ORB')
-rw-r--r--TAO/tests/DLL_ORB/Makefile.Test_Client_Module2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/DLL_ORB/Makefile.Test_Client_Module b/TAO/tests/DLL_ORB/Makefile.Test_Client_Module
index c716420e5bc..7c5cf1929f6 100644
--- a/TAO/tests/DLL_ORB/Makefile.Test_Client_Module
+++ b/TAO/tests/DLL_ORB/Makefile.Test_Client_Module
@@ -22,7 +22,7 @@ IDL_FILES = Test
LIB = libTest_Client_Module.a
SHLIB = libTest_Client_Module.$(SOEXT)
FILES = Test_Client_Module
-LSRC = $(addsuffix .cpp,$(FILES)) $(IDL_SRC)
+LSRC = $(addsuffix .cpp,$(FILES) TestC)
LIBS += -lTAO $(ACELIB)