summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/SecurityLevel1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Security/SecurityLevel1/Makefile')
-rw-r--r--TAO/orbsvcs/tests/Security/SecurityLevel1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Security/SecurityLevel1/Makefile b/TAO/orbsvcs/tests/Security/SecurityLevel1/Makefile
index 8c6056247be..1157cd73946 100644
--- a/TAO/orbsvcs/tests/Security/SecurityLevel1/Makefile
+++ b/TAO/orbsvcs/tests/Security/SecurityLevel1/Makefile
@@ -61,7 +61,7 @@ CLNT_LIBS += -lTAO_SSLIOP
SRVR_LIBS += -lTAO_SSLIOP
endif # static_libs_only = 1
-CLNT_LIBS += -lTAO_PortableServer $(TAO_CLNT_LIBS)
+CLNT_LIBS += -lTAO_PortableServer -lTAO_Valuetype -lTAO_ObjRefTemplate -lTAO_IORInterceptor $(TAO_CLNT_LIBS)
SRVR_LIBS += -lTAO_Security $(TAO_SRVR_LIBS) -lssl -lcrypto
#----------------------------------------------------------------------------