summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-03 18:54:29 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-01-03 18:54:29 +0000
commit41e00c9f48cea406f55d5f922aa0b1ca67c98334 (patch)
tree80cde5488b607b59f26a378e91c6cf053d3e19af /protocols
parent121428df46d8f1c12acc381470cc10a919f69186 (diff)
downloadATCD-41e00c9f48cea406f55d5f922aa0b1ca67c98334.tar.gz
ChangeLogTag: Mon Jan 3 10:56:59 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'protocols')
-rw-r--r--protocols/ace/TMCast/Makefile.am10
-rw-r--r--protocols/ace/TMCast/TMCast.mpc2
2 files changed, 6 insertions, 6 deletions
diff --git a/protocols/ace/TMCast/Makefile.am b/protocols/ace/TMCast/Makefile.am
index dc2150b9f1d..9428be9afe6 100644
--- a/protocols/ace/TMCast/Makefile.am
+++ b/protocols/ace/TMCast/Makefile.am
@@ -19,22 +19,22 @@ lib_LTLIBRARIES =
if BUILD_EXCEPTIONS
if BUILD_THREADS
-lib_LTLIBRARIES += libTMCast.la
+lib_LTLIBRARIES += libACE_TMCast.la
-libTMCast_la_CPPFLAGS = \
+libACE_TMCast_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-DTMCAST_BUILD_DLL
-libTMCast_la_SOURCES = \
+libACE_TMCast_la_SOURCES = \
Group.cpp \
MTQueue.cpp \
Protocol.cpp
-libTMCast_la_LDFLAGS = \
+libACE_TMCast_la_LDFLAGS = \
-version-number @ACE_MAJOR@:@ACE_MINOR@:@ACE_BETA@
-libTMCast_la_LIBADD = \
+libACE_TMCast_la_LIBADD = \
$(top_builddir)/ace/libACE.la
nobase_include_HEADERS += \
diff --git a/protocols/ace/TMCast/TMCast.mpc b/protocols/ace/TMCast/TMCast.mpc
index 7826b439836..52c9212e0ae 100644
--- a/protocols/ace/TMCast/TMCast.mpc
+++ b/protocols/ace/TMCast/TMCast.mpc
@@ -3,6 +3,6 @@
project : acelib, core {
requires += exceptions threads
- sharedname = TMCast
+ sharedname = ACE_TMCast
dynamicflags += TMCAST_BUILD_DLL
}