summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-01-10 21:06:30 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-01-10 21:06:30 +0000
commit3aa4d15d793f6cbc8be9a5ac84e38852d416bfa1 (patch)
tree354e9cf60d7f7eb6cd174206e6d5240eef77af3d /examples
parent4a18f239824fa31b5c6639f15eb291011c8e55bd (diff)
downloadATCD-3aa4d15d793f6cbc8be9a5ac84e38852d416bfa1.tar.gz
ChangeLogTag: Fri Jan 3 21:46:00 2003 John Michael Zorko <j.zorko@att.net>
Diffstat (limited to 'examples')
-rw-r--r--examples/ASX/CCM_App/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/ASX/CCM_App/Makefile b/examples/ASX/CCM_App/Makefile
index 81dae25e288..bbe574ffd8e 100644
--- a/examples/ASX/CCM_App/Makefile
+++ b/examples/ASX/CCM_App/Makefile
@@ -9,7 +9,9 @@
# Local macros
#----------------------------------------------------------------------------
-LIBS += $(ACELIB) -lACEXML_Parser -lACEXML
+LIBS += -lACEXML_Parser -lACEXML
+
+ACE_SHLIBS += $(ACELIB)
BIN = SC_Client \
SC_Server