diff options
author | mitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-05-18 21:42:20 +0000 |
---|---|---|
committer | mitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-05-18 21:42:20 +0000 |
commit | 109aeb5baa86f5862abb5c33790dbeaf99e7a801 (patch) | |
tree | 8e7ae730ac8cdcb084fc30734de28c259913ea67 /ACE/ACEXML | |
parent | b9169a076712b74a068dfae4cba89ece5ecaf48d (diff) | |
download | ATCD-109aeb5baa86f5862abb5c33790dbeaf99e7a801.tar.gz |
ChangeLogTag: Tue May 18 21:34:34 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'ACE/ACEXML')
-rw-r--r-- | ACE/ACEXML/apps/svcconf/svcconf.mpc | 5 | ||||
-rw-r--r-- | ACE/ACEXML/common/common.mpc | 4 | ||||
-rw-r--r-- | ACE/ACEXML/parser/parser/parser.mpc | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/ACE/ACEXML/apps/svcconf/svcconf.mpc b/ACE/ACEXML/apps/svcconf/svcconf.mpc index 9f5ce8f091b..7b0e2c21a5c 100644 --- a/ACE/ACEXML/apps/svcconf/svcconf.mpc +++ b/ACE/ACEXML/apps/svcconf/svcconf.mpc @@ -3,4 +3,9 @@ project(ACEXML_XML_Svc_Conf_Parser): ace_output, acelib, acexml, install { sharedname = ACEXML_XML_Svc_Conf_Parser + + specific { + install_dir = ACEXML/apps/svcconf + } + } diff --git a/ACE/ACEXML/common/common.mpc b/ACE/ACEXML/common/common.mpc index 3b469ffde37..7cead472184 100644 --- a/ACE/ACEXML/common/common.mpc +++ b/ACE/ACEXML/common/common.mpc @@ -6,6 +6,10 @@ project(ACEXML): acelib, ace_output, codecs, install, zzip, zlib { sharedname = ACEXML dynamicflags += ACEXML_BUILD_DLL + specific { + install_dir = ACEXML/common + } + Source_Files { // This file will only be added if the ace_codecs feature is enabled. // See codecs.mpb for more information. diff --git a/ACE/ACEXML/parser/parser/parser.mpc b/ACE/ACEXML/parser/parser/parser.mpc index 580b85495a4..a70cff8fc5f 100644 --- a/ACE/ACEXML/parser/parser/parser.mpc +++ b/ACE/ACEXML/parser/parser/parser.mpc @@ -8,6 +8,10 @@ project(ACEXML_Parser): acelib, ace_output, install { libs += ACEXML dynamicflags += ACEXML_PARSER_BUILD_DLL + specific { + install_dir = ACEXML/parser/parser + } + Pkgconfig_Files { ACEXML_Parser.pc.in } |