summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
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
}