summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP.mpc10
1 files changed, 4 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP.mpc b/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
index 77799e6f58d..35e300730f6 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
@@ -1,10 +1,10 @@
// -*- MPC -*-
-//
// $Id$
-project(SSLIOP) : orbsvcslib, core, security, ssl, interceptors {
+project(SSLIOP) : orbsvcslib, core, security, ssl {
+ requires += interceptors
sharedname = TAO_SSLIOP
- idlflags += -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=orbsvcs/SSLIOP/SSLIOP_Export.h
+ idlflags += -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=SSLIOP/SSLIOP_Export.h
dynamicflags = TAO_SSLIOP_BUILD_DLL
tagchecks += SSLIOP
pch_header =
@@ -17,10 +17,8 @@ project(SSLIOP) : orbsvcslib, core, security, ssl, interceptors {
Source_Files(ORBSVCS_COMPONENTS) {
SSLIOP {
SSLIOPC.cpp
+ SSLIOPS.cpp
SSLIOP
}
}
-
- Template_Files {
- }
}