Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ initialization, which was problematic because all of them could effectively
only be called from :func:`TSPluginInit` . The solution was to move
:func:`TSPluginInit` as early as possible in the process initialization and
provide hooks for API calls that needed to be invoked later which served
essentially as additional pluging initialization points.
essentially as additional plugin initialization points.

See Also
========
Expand Down
9 changes: 8 additions & 1 deletion lib/ts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@ include $(top_srcdir)/build/tidy.mk

library_includedir=$(includedir)/ts

library_include_HEADERS = apidefs.h TextView.h
library_include_HEADERS = \
apidefs.h \
ink_assert.h \
ink_apidefs.h \
BufferWriter.h \
BufferWriterForward.h \
MemSpan.h \
TextView.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_tslib
Expand Down