summaryrefslogtreecommitdiff
path: root/ACE/ace/ETCL/ETCL.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/ETCL/ETCL.mpc')
-rw-r--r--ACE/ace/ETCL/ETCL.mpc12
1 files changed, 10 insertions, 2 deletions
diff --git a/ACE/ace/ETCL/ETCL.mpc b/ACE/ace/ETCL/ETCL.mpc
index 34449f00d89..8f46b28dba6 100644
--- a/ACE/ace/ETCL/ETCL.mpc
+++ b/ACE/ace/ETCL/ETCL.mpc
@@ -3,7 +3,7 @@
project(ACE_ETCL) : acelib, install, ace_output {
sharedname = ACE_ETCL
- dynamicflags = ACE_ETCL_BUILD_DLL
+ dynamicflags += ACE_ETCL_BUILD_DLL
Source_Files {
ETCL_Constraint.cpp
@@ -26,11 +26,15 @@ project(ACE_ETCL) : acelib, install, ace_output {
Pkgconfig_Files {
ACE_ETCL.pc.in
}
+
+ specific {
+ install_dir = ace/ETCL
+ }
}
project(ACE_ETCL_Parser) : acelib, ace_etcl, install, ace_output {
sharedname = ACE_ETCL_Parser
- dynamicflags = ETCL_PARSER_BUILD_DLL
+ dynamicflags += ETCL_PARSER_BUILD_DLL
Source_Files {
ETCL_Interpreter.cpp
@@ -53,4 +57,8 @@ project(ACE_ETCL_Parser) : acelib, ace_etcl, install, ace_output {
Pkgconfig_Files {
ACE_ETCL_Parser.pc.in
}
+
+ specific {
+ install_dir = ace/ETCL
+ }
}