From ed26f14f6564168f86ee73cccd8c79a236fe86b2 Mon Sep 17 00:00:00 2001 From: huangming Date: Thu, 22 Jan 2004 20:58:33 +0000 Subject: Merged From Trunk 01-22-04 --- protocols/ace/RMCast/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.1