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 2021/04/19 22:04:59 UTC

[trafficserver] branch master updated: Include in parentselectdefs.h in install target (#7713)

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 854afd4  Include in parentselectdefs.h in install target (#7713)
854afd4 is described below

commit 854afd451f7c8c9bccf7098f8f1808eff470f58f
Author: Randall Meyer <rr...@apache.org>
AuthorDate: Mon Apr 19 15:04:45 2021 -0700

    Include in parentselectdefs.h in install target (#7713)
    
    Required now that ts/ts.h includes it (#7467)
---
 include/ts/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/ts/Makefile.am b/include/ts/Makefile.am
index b53837e..f59de4e 100644
--- a/include/ts/Makefile.am
+++ b/include/ts/Makefile.am
@@ -22,7 +22,8 @@ library_include_HEADERS = \
 	apidefs.h \
 	ts.h \
 	remap.h \
-	experimental.h
+	experimental.h \
+	parentselectdefs.h
 
 noinst_HEADERS = \
 	InkAPIPrivateIOCore.h