summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Security/Send_File/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Security/Send_File/Makefile')
-rw-r--r--TAO/orbsvcs/examples/Security/Send_File/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/Security/Send_File/Makefile b/TAO/orbsvcs/examples/Security/Send_File/Makefile
index 824c097f2a9..aa48abd94ad 100644
--- a/TAO/orbsvcs/examples/Security/Send_File/Makefile
+++ b/TAO/orbsvcs/examples/Security/Send_File/Makefile
@@ -54,7 +54,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 += $(TAO_SRVR_LIBS)
#----------------------------------------------------------------------------