This is an automated email from the ASF dual-hosted git repository.

rrm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d821cc  Removes non-existent include dir reference
0d821cc is described below

commit 0d821cc53803ba3fbf211e61475cee9e0a47f49a
Author: Randall Meyer <[email protected]>
AuthorDate: Tue Apr 23 14:39:46 2019 +0800

    Removes non-existent include dir reference
---
 src/tscore/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/tscore/Makefile.am b/src/tscore/Makefile.am
index 1edb2ce..714e0bd 100644
--- a/src/tscore/Makefile.am
+++ b/src/tscore/Makefile.am
@@ -30,7 +30,6 @@ lib_LTLIBRARIES = libtscore.la
 AM_CPPFLAGS += \
        $(iocore_include_dirs) \
        -I$(abs_top_srcdir)/include \
-       -I$(abs_top_srcdir)/include/records \
        -I$(abs_top_srcdir)/lib \
        $(TS_INCLUDES) \
        @YAMLCPP_INCLUDES@

Reply via email to