diff options
Diffstat (limited to 'ace/QoS')
-rw-r--r-- | ace/QoS/qos.mpc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ace/QoS/qos.mpc b/ace/QoS/qos.mpc index 75807cd351d..4725a31a174 100644 --- a/ace/QoS/qos.mpc +++ b/ace/QoS/qos.mpc @@ -1,6 +1,7 @@ -project : acelib { - depends = ace - sharedname = ACE_QoS - dllflags = ACE_QoS_BUILD_DLL - libout = .. +project : acelib, core { + depends = ace + sharedname = ACE_QoS + dllflags = ACE_QoS_BUILD_DLL + libout = .. + include_dir = ace/QoS } |