summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/ace/RMCast/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/ace/RMCast/Makefile.am b/protocols/ace/RMCast/Makefile.am
index 5a183b2e90b..f874ca9a380 100644
--- a/protocols/ace/RMCast/Makefile.am
+++ b/protocols/ace/RMCast/Makefile.am
@@ -8,10 +8,13 @@
## Process this file with automake to create Makefile.in
##
-INCLUDES = -I$(top_builddir) -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
lib_LTLIBRARIES = libACE_RMCast.la
+## ACE_RMCast library version is same as ACE's version.
+libACE_RMCast_la_LDFLAGS = -version-number @ACE_MAJOR@:@ACE_MINOR@:@ACE_BETA@
+
libACE_RMCast_la_SOURCES = \
RMCast.cpp \
RMCast_Ack_Worker.cpp \