diff options
Diffstat (limited to 'ace/SSL/Makefile.am')
-rw-r--r-- | ace/SSL/Makefile.am | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/ace/SSL/Makefile.am b/ace/SSL/Makefile.am deleted file mode 100644 index 76dca53c598..00000000000 --- a/ace/SSL/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -##---------------------------------------------------------------------------- -## $Id$ -## -## Makefile.am for ACE_SSL library -##---------------------------------------------------------------------------- - -## -## Process this file with automake to create Makefile.in -## - -INCLUDES = -I$(top_builddir) -I$(top_srcdir) - -lib_LTLIBRARIES = libACE_SSL.la - -libACE_SSL_la_SOURCES = \ - SSL_Asynch_BIO.cpp \ - SSL_Asynch_Stream.cpp \ - SSL_Context.cpp \ - SSL_SOCK.cpp \ - SSL_SOCK_Acceptor.cpp \ - SSL_SOCK_Connector.cpp \ - SSL_SOCK_Stream.cpp - -libACE_SSL_la_LIBADD = $(top_builddir)/ace/libACE.la - -HEADER_FILES = \ - SSL_Asynch_BIO.h \ - SSL_Asynch_Stream.h \ - SSL_Context.h \ - SSL_Export.h \ - SSL_SOCK.h \ - SSL_SOCK_Acceptor.h \ - SSL_SOCK_Connector.h \ - SSL_SOCK_Stream.h \ - sslconf.h - -INLINE_FILES = \ - SSL_SOCK.i \ - SSL_SOCK_Acceptor.i \ - SSL_SOCK_Connector.i \ - SSL_SOCK_Stream.i \ - SSL_Context.inl - -pkginclude_HEADERS = \ - $(HEADER_FILES) \ - $(INLINE_FILES) |