Repository: trafficserver
Updated Branches:
  refs/heads/master ad4efecc7 -> 45e16703f


Fix some out of tree build issues.


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

Branch: refs/heads/master
Commit: 45e16703fe846e45f3bb947ed38a9992dec6229f
Parents: ad4efec
Author: Alan M. Carroll <[email protected]>
Authored: Tue May 20 16:10:35 2014 -0700
Committer: Alan M. Carroll <[email protected]>
Committed: Tue May 20 16:10:35 2014 -0700

----------------------------------------------------------------------
 iocore/net/I_NetVConnection.h | 2 +-
 iocore/net/Makefile.am        | 1 +
 lib/records/Makefile.am       | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/45e16703/iocore/net/I_NetVConnection.h
----------------------------------------------------------------------
diff --git a/iocore/net/I_NetVConnection.h b/iocore/net/I_NetVConnection.h
index 50105ed..552e98b 100644
--- a/iocore/net/I_NetVConnection.h
+++ b/iocore/net/I_NetVConnection.h
@@ -31,7 +31,7 @@
 #include "List.h"
 #include "I_IOBuffer.h"
 #include "I_Socks.h"
-#include "apidefs.h"
+#include <ts/apidefs.h>
 
 #define CONNECT_SUCCESS   1
 #define CONNECT_FAILURE   0

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/45e16703/iocore/net/Makefile.am
----------------------------------------------------------------------
diff --git a/iocore/net/Makefile.am b/iocore/net/Makefile.am
index b58e10b..9ce103f 100644
--- a/iocore/net/Makefile.am
+++ b/iocore/net/Makefile.am
@@ -19,6 +19,7 @@
 AM_CPPFLAGS = \
   $(iocore_include_dirs) \
   -I$(top_srcdir)/lib \
+  -I$(top_builddir)/lib \
   -I$(top_srcdir)/lib/records \
   -I$(top_srcdir)/lib/ts \
   -I$(top_srcdir)/proxy \

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/45e16703/lib/records/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/records/Makefile.am b/lib/records/Makefile.am
index 599ec6c..93d1d14 100644
--- a/lib/records/Makefile.am
+++ b/lib/records/Makefile.am
@@ -27,6 +27,7 @@ AM_CPPFLAGS = \
   -I$(top_srcdir)/mgmt/api/include \
   -I$(top_srcdir)/mgmt/utils \
   -I$(top_srcdir)/lib \
+  -I$(top_builddir)/lib \
   -I$(top_srcdir)/lib/ts
 
 noinst_LIBRARIES = libreclocal.a librecprocess.a librec4cop.a

Reply via email to