You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2012/10/10 12:36:30 UTC

git commit: make spdy plugin build out of tree.

Updated Branches:
  refs/heads/master a4e4a69c1 -> 47f1a31a8


make spdy plugin build out of tree.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/47f1a31a
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/47f1a31a
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/47f1a31a

Branch: refs/heads/master
Commit: 47f1a31a87531ac42a28f0ca72ed916d3005adf3
Parents: a4e4a69
Author: Igor Galić <i....@brainsware.org>
Authored: Wed Oct 10 12:35:55 2012 +0200
Committer: Igor Galić <i....@brainsware.org>
Committed: Wed Oct 10 12:35:55 2012 +0200

----------------------------------------------------------------------
 plugins/experimental/spdy/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/47f1a31a/plugins/experimental/spdy/Makefile.am
----------------------------------------------------------------------
diff --git a/plugins/experimental/spdy/Makefile.am b/plugins/experimental/spdy/Makefile.am
index 4ca2884..bce60bb 100644
--- a/plugins/experimental/spdy/Makefile.am
+++ b/plugins/experimental/spdy/Makefile.am
@@ -21,6 +21,7 @@ check_PROGRAMS = zstream_test
 
 AM_CXXFLAGS = \
   -I$(srcdir)/lib \
+  -I$(top_builddir)/proxy/api \
   -std=c++11
 
 if BUILD_HAVE_LIBCXX