http://git-wip-us.apache.org/repos/asf/trafficserver/blob/175dbca3/proxy/congest/Makefile.am ---------------------------------------------------------------------- diff --git a/proxy/congest/Makefile.am b/proxy/congest/Makefile.am index d89d136..48a01c1 100644 --- a/proxy/congest/Makefile.am +++ b/proxy/congest/Makefile.am @@ -22,8 +22,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/records \ -I$(top_srcdir)/lib/ts \ -I$(top_srcdir)/proxy \ - -I$(top_srcdir)/proxy/api/ts \ - -I$(top_builddir)/proxy/api/ts \ -I$(top_srcdir)/proxy/http \ -I$(top_srcdir)/mgmt \ -I$(top_srcdir)/mgmt/preparse \
http://git-wip-us.apache.org/repos/asf/trafficserver/blob/175dbca3/proxy/http/Makefile.am ---------------------------------------------------------------------- diff --git a/proxy/http/Makefile.am b/proxy/http/Makefile.am index 0f7646a..c413ed7 100644 --- a/proxy/http/Makefile.am +++ b/proxy/http/Makefile.am @@ -20,9 +20,7 @@ SUBDIRS = remap AM_CPPFLAGS = \ $(iocore_include_dirs) \ - -I$(top_builddir)/proxy \ -I$(top_srcdir)/proxy/api/ts \ - -I$(top_builddir)/proxy/api/ts \ -I$(top_srcdir)/proxy \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/lib/records \ http://git-wip-us.apache.org/repos/asf/trafficserver/blob/175dbca3/proxy/http/remap/Makefile.am ---------------------------------------------------------------------- diff --git a/proxy/http/remap/Makefile.am b/proxy/http/remap/Makefile.am index 8dd3d38..5b89dec 100644 --- a/proxy/http/remap/Makefile.am +++ b/proxy/http/remap/Makefile.am @@ -21,9 +21,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/lib/records \ -I$(top_srcdir)/lib/ts \ - -I$(top_builddir)/proxy \ -I$(top_srcdir)/proxy/api/ts \ - -I$(top_builddir)/proxy/api/ts \ -I$(top_srcdir)/proxy \ -I$(top_srcdir)/mgmt \ -I$(top_srcdir)/mgmt/utils \ http://git-wip-us.apache.org/repos/asf/trafficserver/blob/175dbca3/proxy/logging/Makefile.am ---------------------------------------------------------------------- diff --git a/proxy/logging/Makefile.am b/proxy/logging/Makefile.am index dfa45be..6fb9fcb 100644 --- a/proxy/logging/Makefile.am +++ b/proxy/logging/Makefile.am @@ -21,9 +21,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/lib/records \ -I$(top_srcdir)/lib/ts \ - -I$(top_builddir)/proxy \ -I$(top_srcdir)/proxy/api/ts \ - -I$(top_builddir)/proxy/api/ts \ -I$(top_srcdir)/proxy \ -I$(top_srcdir)/proxy/http \ -I$(top_srcdir)/proxy/http/remap \ http://git-wip-us.apache.org/repos/asf/trafficserver/blob/175dbca3/proxy/shared/Makefile.am ---------------------------------------------------------------------- diff --git a/proxy/shared/Makefile.am b/proxy/shared/Makefile.am index 92b72af..9fbdd16 100644 --- a/proxy/shared/Makefile.am +++ b/proxy/shared/Makefile.am @@ -37,7 +37,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/mgmt/utils \ -I$(top_srcdir) \ -I$(top_srcdir)/proxy/api/ts \ - -I$(top_builddir)/proxy/api/ts \ -I$(top_srcdir)/proxy \ -I$(top_srcdir)/proxy/http \ -I$(top_srcdir)/proxy/hdrs \
