You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2014/09/23 22:51:16 UTC

[3/5] git commit: TS-3006 Fix makefile to pull library for experimental plugin from build tree not source tree.

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 <sh...@network-geographics.com>
Authored: Tue Sep 23 11:54:57 2014 -0500
Committer: shinrich <sh...@network-geographics.com>
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