From 1da57ed902a5b02f695efd33b8b32921878d1281 Mon Sep 17 00:00:00 2001 From: jtc Date: Tue, 28 Sep 2004 22:22:28 +0000 Subject: ChangeLogTag: Tue Sep 28 15:16:54 2004 J.T. Conklin --- ace/SSL/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ace/SSL') diff --git a/ace/SSL/Makefile.am b/ace/SSL/Makefile.am index b8a3c38a730..ec5baea4af7 100644 --- a/ace/SSL/Makefile.am +++ b/ace/SSL/Makefile.am @@ -8,6 +8,8 @@ ## MPC Command: ## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -hierarchy -make_coexistence -exclude build,Kokyu +includedir = @includedir@/ace/SSL + ACE_ROOT = $(top_srcdir) ACE_BUILDDIR = $(top_builddir) @@ -33,6 +35,9 @@ libACE_SSL_la_SOURCES = \ SSL_SOCK_Connector.cpp \ SSL_SOCK_Stream.cpp +libACE_SSL_la_LDFLAGS = \ + -version-number @ACE_MAJOR@:@ACE_MINOR@:@ACE_BETA@ + libACE_SSL_la_LIBADD = \ $(ACE_BUILDDIR)/ace/libACE.la -- cgit v1.2.1