Repository: trafficserver Updated Branches: refs/heads/master a0a8ea18a -> 4188d7f26
TS-4033: improve test_sslheaders automake Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/4188d7f2 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/4188d7f2 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/4188d7f2 Branch: refs/heads/master Commit: 4188d7f26d6f8a80444388d1b8ec54b7f5de2e9a Parents: a0a8ea1 Author: James Peach <[email protected]> Authored: Thu Nov 19 08:40:32 2015 -0800 Committer: James Peach <[email protected]> Committed: Thu Nov 19 08:40:32 2015 -0800 ---------------------------------------------------------------------- plugins/experimental/sslheaders/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4188d7f2/plugins/experimental/sslheaders/Makefile.am ---------------------------------------------------------------------- diff --git a/plugins/experimental/sslheaders/Makefile.am b/plugins/experimental/sslheaders/Makefile.am index f29a20f..44a7ff7 100644 --- a/plugins/experimental/sslheaders/Makefile.am +++ b/plugins/experimental/sslheaders/Makefile.am @@ -29,10 +29,9 @@ sslheaders_la_LDFLAGS = $(TS_PLUGIN_LDFLAGS) sslheaders_la_LIBADD = libsslhdr.la test_sslheaders_SOURCES = test_sslheaders.cc sslheaders.h +test_sslheaders_LDFLAGS = @OPENSSL_LDFLAGS@ test_sslheaders_LDADD = \ @LIBTOOL_LINK_FLAGS@ \ - @OPENSSL_LIBS@ \ - @OPENSSL_LDFLAGS@ \ libsslhdr.la \ $(top_builddir)/lib/ts/libtsutil.la \ @OPENSSL_LIBS@
