summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile')
-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 6e8f0bfcb1c..46e8a097f9d 100644
--- a/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile
+++ b/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile
@@ -15,6 +15,7 @@ endif # ! TAO_ROOT
DIRS = ../IDL_Cubit
LDLIBS = ../IDL_Cubit/.obj/cubitC.o \
+ ../IDL_Cubit/.obj/cubitS.o \
-lTAO
PROG_SRCS = client.cpp
@@ -28,7 +29,6 @@ CFLAGS += -I../IDL_Cubit
BIN = client
VLDLIBS = $(LDLIBS:%=%$(VAR))
-TAO_IDLFLAGS += -Ge 1
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------