cleaned up code and build files

This commit is contained in:
2020-11-15 10:26:14 +00:00
parent 0823ddc2d0
commit 656e0150a9
11 changed files with 944 additions and 203 deletions

View File

@ -49,6 +49,7 @@ pkglibdir = $(libdir)
pkginclude_HEADERS = \
hcl.h \
hcl-cmn.h \
hcl-fmt.h \
hcl-opt.h \
hcl-rbt.h \
hcl-utl.h
@ -68,6 +69,7 @@ libhcl_la_SOURCES = \
dic.c \
err.c \
exec.c \
fmt-imp.h \
fmt.c \
gc.c \
hcl.c \