From 9b78fc83dbd29b5594431b1c49b7d13865141aaa Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 2 Aug 2026 15:04:09 +0200 Subject: imported sj.h - a minimalist JSON parser It will be useful for implementing LSP support. It does not have JSON escape/unescape functions, so those will still have to be written. Source: https://github.com/rxi/sj.h --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 567a3ec..f72d246 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,9 +8,12 @@ endif SUBDIRS = lib $(MAYBE_DLMALLOC) contrib/rb3ptr contrib/terex \ src tests doc +EXTRA_DIST = contrib/sj.h/sj.h \ + contrib/sj.h/LICENSE + dist_scitecodata_DATA = fallback.teco_ini -EXTRA_DIST = README TODO +EXTRA_DIST += README TODO # Used in many packaging recipes dist_noinst_SCRIPTS = gtk-broadway-run.sh -- cgit v1.2.3