summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ior_corbaname/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ior_corbaname/Makefile')
-rw-r--r--TAO/orbsvcs/tests/ior_corbaname/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/ior_corbaname/Makefile b/TAO/orbsvcs/tests/ior_corbaname/Makefile
index 4218429e8cb..57b607aa472 100644
--- a/TAO/orbsvcs/tests/ior_corbaname/Makefile
+++ b/TAO/orbsvcs/tests/ior_corbaname/Makefile
@@ -15,7 +15,16 @@ endif # ! TAO_ROOT
IDL_FILES = corbaname
IDL_SRC = corbanameC corbanameS
-LDLIBS = -lTAO_PortableServer -lTAO -lTAO_CosNaming
+LDLIBS = -lTAO_PortableServer -lTAO
+#
+# NOTE
+#
+# The following macro expands to a series of libraries
+# on QNX RTP. It has been introduced to solve a problem
+# with the current QNX RTP linker.
+#
+LDLIBS+=$(TAO_COS_NAMING_LIBS)
+
CPPFLAGS += -I$(TAO_ROOT)/orbsvcs
BIN = server client