diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-01-10 21:06:30 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-01-10 21:06:30 +0000 |
commit | 3aa4d15d793f6cbc8be9a5ac84e38852d416bfa1 (patch) | |
tree | 354e9cf60d7f7eb6cd174206e6d5240eef77af3d /examples | |
parent | 4a18f239824fa31b5c6639f15eb291011c8e55bd (diff) | |
download | ATCD-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/Makefile | 4 |
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 |