TS-3006 Fix makefile to pull library for experimental plugin from build tree not source tree.
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/25bd7abc Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/25bd7abc Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/25bd7abc Branch: refs/heads/master Commit: 25bd7abc0e5e66ee1da4fc6249de5d5a59a16c7c Parents: 13a1844 Author: shinrich <[email protected]> Authored: Tue Sep 23 11:54:57 2014 -0500 Committer: shinrich <[email protected]> Committed: Tue Sep 23 15:07:39 2014 -0500 ---------------------------------------------------------------------- plugins/experimental/ssl_cert_loader/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/25bd7abc/plugins/experimental/ssl_cert_loader/Makefile.am ---------------------------------------------------------------------- diff --git a/plugins/experimental/ssl_cert_loader/Makefile.am b/plugins/experimental/ssl_cert_loader/Makefile.am index fbae483..4b96937 100644 --- a/plugins/experimental/ssl_cert_loader/Makefile.am +++ b/plugins/experimental/ssl_cert_loader/Makefile.am @@ -16,7 +16,7 @@ include $(top_srcdir)/build/plugins.mk -AM_CPPFLAGS += -I$(top_srcdir)/lib -I$(top_srcdir)/lib/ts +AM_CPPFLAGS += -I$(top_builddir)/lib -I$(top_builddir)/lib/ts pkglib_LTLIBRARIES = ssl_cert_loader.la
