summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-31 23:56:04 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-31 23:56:04 +0000
commitd2303cd7387b5df9b34c0d9ad25db318aa435f26 (patch)
tree01f0e3dcebc8f8c5a1717e34edbd447004483a9f /TAO/performance-tests/Cubit
parent18c8c98daae1f201a4eaba57a57c312c40206119 (diff)
downloadATCD-d2303cd7387b5df9b34c0d9ad25db318aa435f26.tar.gz
Added TAO_DynamicInterface to linked libraries.
Diffstat (limited to 'TAO/performance-tests/Cubit')
-rw-r--r--TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile b/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile
index b6366daf1ae..bca40dcf594 100644
--- a/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile
+++ b/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile
@@ -69,7 +69,7 @@ endif # cxx
.PRECIOUS: cubitC.cpp cubitS.cpp cubitC.h cubitS.h
client: $(addprefix $(VDIR),$(CUBIT_CLT_OBJS))
- $(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
+ $(LINK.cc) $(LDFLAGS) -o $@ $^ $(TAO_DYNAMIC_LIBS) $(VLDLIBS) $(POSTLINK)
../IDL_Cubit/server:
cd ../IDL_Cubit; $(MAKE) BIN=server