summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Makefile.av
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Makefile.av')
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile.av4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Makefile.av b/TAO/orbsvcs/orbsvcs/Makefile.av
index 0068787a9ac..e5d8ecea267 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile.av
+++ b/TAO/orbsvcs/orbsvcs/Makefile.av
@@ -23,6 +23,10 @@ ACE_SHLIBS = -lTAO_CosProperty -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_PortableSer
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
+ifeq ($(rapi),1)
+ ACE_SHLIBS += -lACE_QoS
+endif # rapi
+
# On non-Windows environment, we should at least define
# the export_include IDL flag.
override TAO_IDLFLAGS += \