From 457356ad13f560c1aa674d58540e19aa9c14206e Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 6 Apr 2013 16:33:15 +0900 Subject: [PATCH] Fix make distcheck --- src/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 7a26a078..f286a01c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -248,6 +248,7 @@ SRCS = SocketCore.cc SocketCore.h\ SaveSessionCommand.h SaveSessionCommand.cc\ BackupIPv4ConnectCommand.h BackupIPv4ConnectCommand.cc\ ConnectCommand.cc ConnectCommand.h\ + ControlChain.h\ HttpRequestConnectChain.h\ HttpProxyRequestConnectChain.h\ FtpNegotiationConnectChain.h\ @@ -299,7 +300,7 @@ SRCS += EpollEventPoll.cc EpollEventPoll.h endif # HAVE_EPOLL if ENABLE_SSL -SRCS += TLSSession.h TLSSessionConst.h +SRCS += TLSContext.h TLSSession.h endif # ENABLE_SSL if USE_APPLE_MD @@ -312,7 +313,7 @@ SRCS += AppleTLSContext.cc AppleTLSContext.h \ endif if HAVE_LIBGNUTLS -SRCS += LibgnutlsTLSContext.cc LibgnutlsTLSContext.h \ +SRCS += LibgnutlsTLSContext.cc LibgnutlsTLSContext.h \ LibgnutlsTLSSession.cc LibgnutlsTLSSession.h endif # HAVE_LIBGNUTLS