summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/acelib.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/acelib.mpb')
-rw-r--r--bin/MakeProjectCreator/config/acelib.mpb9
1 files changed, 7 insertions, 2 deletions
diff --git a/bin/MakeProjectCreator/config/acelib.mpb b/bin/MakeProjectCreator/config/acelib.mpb
index cfec24468ca..c7b18701fd1 100644
--- a/bin/MakeProjectCreator/config/acelib.mpb
+++ b/bin/MakeProjectCreator/config/acelib.mpb
@@ -1,8 +1,13 @@
// -*- MPC -*-
// $Id$
-project: acedefaults, aceversion {
+project: acedefaults, pkgconfig {
after += ACE
libs += ACE
- libout = $(ACE_ROOT)/lib
+ libout = $(ACE_ROOT)/lib
+
+ specific(automake) {
+ libout -= $(ACE_ROOT)/lib
+ libout += $(top_builddir)/lib
+ }
}