build: link the sslheaders test against OpenSSL
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/a28621e4 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/a28621e4 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/a28621e4 Branch: refs/heads/master Commit: a28621e475ef812de9c61d5bc586e12b9b4d44d7 Parents: 9bd6e8c Author: James Peach <[email protected]> Authored: Wed Sep 10 16:11:20 2014 -0700 Committer: James Peach <[email protected]> Committed: Wed Sep 10 16:11:20 2014 -0700 ---------------------------------------------------------------------- plugins/experimental/sslheaders/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a28621e4/plugins/experimental/sslheaders/Makefile.am ---------------------------------------------------------------------- diff --git a/plugins/experimental/sslheaders/Makefile.am b/plugins/experimental/sslheaders/Makefile.am index 0372f4d..0eed061 100644 --- a/plugins/experimental/sslheaders/Makefile.am +++ b/plugins/experimental/sslheaders/Makefile.am @@ -31,6 +31,7 @@ sslheaders_la_LIBADD = libsslhdr.la test_sslheaders_SOURCES = test_sslheaders.cc sslheaders.h test_sslheaders_LDADD = \ libsslhdr.la \ - $(top_builddir)/lib/ts/libtsutil.la + $(top_builddir)/lib/ts/libtsutil.la \ + @OPENSSL_LIBS@ TESTS = $(check_PROGRAMS)
