summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Security.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Security.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/Security.mpc8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Security.mpc b/TAO/orbsvcs/orbsvcs/Security.mpc
index 257d9b1da26..c329d000bee 100644
--- a/TAO/orbsvcs/orbsvcs/Security.mpc
+++ b/TAO/orbsvcs/orbsvcs/Security.mpc
@@ -1,9 +1,10 @@
// -*- MPC -*-
// $Id$
-project(Security) : orbsvcslib, corba_messaging, core, portableserver, interceptors, valuetype {
+project(Security) : orbsvcslib, corba_messaging, core, portableserver {
+ requires += interceptors
sharedname = TAO_Security
- idlflags += -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h
+ idlflags += -Wb,export_macro=TAO_Security_Export -Wb,export_include=Security/security_export.h
dynamicflags = TAO_SECURITY_BUILD_DLL
tagchecks += Security
@@ -32,7 +33,4 @@ project(Security) : orbsvcslib, corba_messaging, core, portableserver, intercept
Security
}
}
-
- Template_Files {
- }
}