summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Notify_Service/Notify_Service.mpc
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-06-24 09:06:01 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-06-24 09:06:01 +0000
commit7b738d77aa9ae3cdf74cc78490a67bac307352f9 (patch)
treea2d69816a0de9b6c3a10232749499575fc3d0f37 /TAO/orbsvcs/Notify_Service/Notify_Service.mpc
parentc8c55dc7a85ba430470c9c38f6d9faf3f41dadb4 (diff)
downloadATCD-7b738d77aa9ae3cdf74cc78490a67bac307352f9.tar.gz
Thu Jun 24 08:52:51 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* *.mpc: Use dynamicflags += instead of dynamicflags =
Diffstat (limited to 'TAO/orbsvcs/Notify_Service/Notify_Service.mpc')
-rw-r--r--TAO/orbsvcs/Notify_Service/Notify_Service.mpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/Notify_Service/Notify_Service.mpc b/TAO/orbsvcs/Notify_Service/Notify_Service.mpc
index eb6e2d7f6d6..5d3536e9ee6 100644
--- a/TAO/orbsvcs/Notify_Service/Notify_Service.mpc
+++ b/TAO/orbsvcs/Notify_Service/Notify_Service.mpc
@@ -3,7 +3,7 @@
project(TAO_Notify_Service) : orbsvcslib, orbsvcs_output, install, valuetype, orbsvcsexe, install, notification_serv, naming, iortable, messaging_optional, svc_utils, notify_monitor_control {
sharedname = TAO_Notify_Service
- dynamicflags = TAO_NOTIFY_SERVICE_BUILD_DLL
+ dynamicflags += TAO_NOTIFY_SERVICE_BUILD_DLL
specific {
install_dir = orbsvcs/Notify_Service
}