summaryrefslogtreecommitdiff
path: root/ace/SSL
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-28 22:22:28 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-28 22:22:28 +0000
commit1da57ed902a5b02f695efd33b8b32921878d1281 (patch)
tree25d32e3ea7633fa62444ad4c44edc32835c2e745 /ace/SSL
parent75df3dd8c6a78281c13de77c4082d6911a5e7fde (diff)
downloadATCD-1da57ed902a5b02f695efd33b8b32921878d1281.tar.gz
ChangeLogTag: Tue Sep 28 15:16:54 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'ace/SSL')
-rw-r--r--ace/SSL/Makefile.am5
1 files changed, 5 insertions, 0 deletions
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