summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Steinert <mike.steinert@gmail.com>2012-12-11 12:42:31 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2013-04-17 09:56:29 -0700
commitcde990f4aa1c9fdb19f0a703175be7e4af2926ed (patch)
tree1dff854e8b85ea39a768be080177f156c3a94277 /Makefile.am
parent2b5f22f0cf192b787c37ff39e456f1a57810098c (diff)
downloadrabbitmq-c-github-ask-cde990f4aa1c9fdb19f0a703175be7e4af2926ed.tar.gz
Enable SSL hostname verification by default
Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 3201f7d..d8b4554 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,9 +78,6 @@ include_HEADERS += librabbitmq/amqp_ssl_socket.h
endif
if REGENERATE_AMQP_FRAMING
-BUILT_SOURCES = \
- $(top_builddir)/librabbitmq/amqp_framing.h \
- $(top_builddir)/librabbitmq/amqp_framing.c
if PYTHON3
codegen_py = $(top_builddir)/librabbitmq/python3/codegen3.py