Repository: trafficserver Updated Branches: refs/heads/master 0df8e8600 -> b01a1092c
Fix the build Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/b01a1092 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/b01a1092 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/b01a1092 Branch: refs/heads/master Commit: b01a1092c4e97f89a4c2e5a20958fb9dec28917a Parents: 0df8e86 Author: James Peach <[email protected]> Authored: Thu May 1 11:17:48 2014 -0700 Committer: James Peach <[email protected]> Committed: Thu May 1 11:17:48 2014 -0700 ---------------------------------------------------------------------- proxy/congest/Makefile.am | 1 - proxy/http/Makefile.am | 1 - proxy/logging/Makefile.am | 1 - proxy/spdy/Makefile.am | 1 - 4 files changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b01a1092/proxy/congest/Makefile.am ---------------------------------------------------------------------- diff --git a/proxy/congest/Makefile.am b/proxy/congest/Makefile.am index 1d92ab9..e5f9ec0 100644 --- a/proxy/congest/Makefile.am +++ b/proxy/congest/Makefile.am @@ -24,7 +24,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/proxy \ -I$(top_srcdir)/proxy/http \ -I$(top_srcdir)/mgmt \ - -I$(top_srcdir)/mgmt/utils \ -I$(top_srcdir)/proxy/shared \ -I$(top_srcdir)/proxy/hdrs http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b01a1092/proxy/http/Makefile.am ---------------------------------------------------------------------- diff --git a/proxy/http/Makefile.am b/proxy/http/Makefile.am index 9a7842d..af34467 100644 --- a/proxy/http/Makefile.am +++ b/proxy/http/Makefile.am @@ -26,7 +26,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/records \ -I$(top_srcdir)/lib/ts \ -I$(top_srcdir)/mgmt \ - -I$(top_srcdir)/mgmt/utils \ -I$(top_srcdir)/proxy/hdrs \ -I$(top_srcdir)/proxy/shared \ http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b01a1092/proxy/logging/Makefile.am ---------------------------------------------------------------------- diff --git a/proxy/logging/Makefile.am b/proxy/logging/Makefile.am index 8be32e4..4ccd240 100644 --- a/proxy/logging/Makefile.am +++ b/proxy/logging/Makefile.am @@ -28,7 +28,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/proxy/hdrs \ -I$(top_srcdir)/proxy/shared \ -I$(top_srcdir)/mgmt \ - -I$(top_srcdir)/mgmt/utils EXTRA_DIST = LogStandalone.cc http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b01a1092/proxy/spdy/Makefile.am ---------------------------------------------------------------------- diff --git a/proxy/spdy/Makefile.am b/proxy/spdy/Makefile.am index fdf818f..a532d5a 100644 --- a/proxy/spdy/Makefile.am +++ b/proxy/spdy/Makefile.am @@ -27,7 +27,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/proxy/shared \ -I$(top_srcdir)/proxy/spdy \ -I$(top_srcdir)/mgmt \ - -I$(top_srcdir)/mgmt/utils \ @SPDYLAY_CFLAGS@
