summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Callback/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Callback/Makefile')
-rw-r--r--TAO/performance-tests/Callback/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Callback/Makefile b/TAO/performance-tests/Callback/Makefile
index ef142542fa2..1c8b0d0a0e0 100644
--- a/TAO/performance-tests/Callback/Makefile
+++ b/TAO/performance-tests/Callback/Makefile
@@ -12,8 +12,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO_PortableServer -lTAO
-
IDL_FILES = callback
IDL_SRC = callbackC.cpp callbackS.cpp
BIN_UNCHECKED = client server
@@ -52,6 +50,8 @@ include $(TAO_ROOT)/taoconfig.mk
.PRECIOUS: $(foreach ext, $(IDL_EXT), test$(ext))
+TAO_SRVR_LIBS := -lTAO_Strategies $(TAO_SRVR_LIBS)
+
client: $(addprefix $(VDIR),$(CLIENT_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(TAO_SRVR_LIBS) $(POSTLINK)