diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-08-02 15:04:09 +0200 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-08-10 23:55:40 +0200 |
| commit | 9b78fc83dbd29b5594431b1c49b7d13865141aaa (patch) | |
| tree | 8dff26ad46b7c44b32cdea7d37918c2dc31bb908 /Makefile.am | |
| parent | d00ff9b4d72eff882eac4529d9e3c4cd9423cc4c (diff) | |
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
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
