diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-31 23:56:04 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-31 23:56:04 +0000 |
commit | d2303cd7387b5df9b34c0d9ad25db318aa435f26 (patch) | |
tree | 01f0e3dcebc8f8c5a1717e34edbd447004483a9f /TAO/performance-tests/Cubit | |
parent | 18c8c98daae1f201a4eaba57a57c312c40206119 (diff) | |
download | ATCD-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/Makefile | 2 |
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 |