summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuangming <huangminghuang@users.noreply.github.com>2004-01-22 20:58:33 +0000
committerhuangming <huangminghuang@users.noreply.github.com>2004-01-22 20:58:33 +0000
commited26f14f6564168f86ee73cccd8c79a236fe86b2 (patch)
tree7a1720cff28129d7b10f124d1f5e188cc030a70f
parentd9abba305ce7937b30b4ef7dda86d10c04499305 (diff)
downloadATCD-unlabeled-1.2.40.tar.gz
Merged From Trunk 01-22-04unlabeled-1.2.40
-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 \