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

amc 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 c3a01d7  Make string_view available in plugin cppapi.
c3a01d7 is described below

commit c3a01d74c02fa528198e51dd8998217fe3e49c7b
Author: Walt Karas <wka...@yahoo-inc.com>
AuthorDate: Wed Feb 14 23:15:04 2018 +0000

    Make string_view available in plugin cppapi.
---
 lib/ts/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ts/Makefile.am b/lib/ts/Makefile.am
index e9cf8e4..e41135a 100644
--- a/lib/ts/Makefile.am
+++ b/lib/ts/Makefile.am
@@ -20,7 +20,7 @@ include $(top_srcdir)/build/tidy.mk
 
 library_includedir=$(includedir)/ts
 
-library_include_HEADERS = apidefs.h
+library_include_HEADERS = apidefs.h string_view.h
 
 noinst_PROGRAMS = mkdfa CompileParseRules
 check_PROGRAMS = test_tsutil test_arena test_atomic test_freelist 
test_geometry test_List test_Map test_Vec test_X509HostnameValidator 
test_Scalar test_tslib

-- 
To stop receiving notification emails like this one, please contact
a...@apache.org.

Reply via email to