You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by rr...@apache.org on 2019/04/24 03:01:29 UTC

[trafficserver] branch master updated: Removes non-existent include dir reference

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 <ra...@yahoo.com>
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@