summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/global.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/global.mpb')
-rw-r--r--ACE/MPC/config/global.mpb12
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE/MPC/config/global.mpb b/ACE/MPC/config/global.mpb
new file mode 100644
index 00000000000..a4254553288
--- /dev/null
+++ b/ACE/MPC/config/global.mpb
@@ -0,0 +1,12 @@
+// -*- MPC -*-
+// $Id$
+
+project {
+ // By default send all libraries to the same directory as the project
+ libout = .
+
+ // Automake doesn't need the project directory in the libpaths
+ specific(!automake) {
+ libpaths = .
+ }
+}