summaryrefslogtreecommitdiff
path: root/ace/other.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ace/other.mpb')
-rw-r--r--ace/other.mpb19
1 files changed, 19 insertions, 0 deletions
diff --git a/ace/other.mpb b/ace/other.mpb
new file mode 100644
index 00000000000..b606968966f
--- /dev/null
+++ b/ace/other.mpb
@@ -0,0 +1,19 @@
+// -*- MPC -*-
+// $Id$
+
+feature(ace_other) {
+ macros += ACE_HAS_ACE_OTHER
+
+ Source_Files(ACE_COMPONENTS) {
+ Other {
+ Local_Name_Space.cpp
+ Name_Proxy.cpp
+ Name_Request_Reply.cpp
+ Name_Space.cpp
+ Naming_Context.cpp
+ Registry_Name_Space.cpp
+ Remote_Name_Space.cpp
+ NT_Service.cpp
+ }
+ }
+}