From 6993569d0405bfb9801d7e5e09e2468badab271e Mon Sep 17 00:00:00 2001 From: Jake Farrell Date: Mon, 29 Aug 2011 18:22:11 +0000 Subject: [PATCH] Thrift-1299: If SSL is available, 'thrift' binary links against it Patch: jfarrell Removes the dependencies added from configure.ac in the thrift compiler makefile. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1162927 13f79535-47bb-0310-9956-ffa450edef68 --- compiler/cpp/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am index faaac252..bc0dd7b3 100644 --- a/compiler/cpp/Makefile.am +++ b/compiler/cpp/Makefile.am @@ -22,6 +22,7 @@ # details. AM_YFLAGS = -d +LIBS = BUILT_SOURCES = bin_PROGRAMS = thrift -- 2.17.1