diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-01-21 04:00:33 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-01-21 04:00:33 +0000 |
commit | 78d12e8c78ed8d8988809623fcf422520e6b1608 (patch) | |
tree | 88dd165bfacdeabfc899d2aa99e8b809ca41de34 /protocols | |
parent | 5c7da6cb88aa826c75b562972cf0ab2a41760877 (diff) | |
download | ATCD-78d12e8c78ed8d8988809623fcf422520e6b1608.tar.gz |
ChangeLogTag:Tue Jan 20 19:58:03 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/ace/RMCast/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/ace/RMCast/Makefile.am b/protocols/ace/RMCast/Makefile.am index e9b4577c17a..f874ca9a380 100644 --- a/protocols/ace/RMCast/Makefile.am +++ b/protocols/ace/RMCast/Makefile.am @@ -12,6 +12,9 @@ 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 \ |