include json

This commit is contained in:
Love Hörnquist Åstrand
2011-11-21 08:28:01 -08:00
parent 3d1dbbfbc0
commit a56e097ae4

View File

@@ -21,12 +21,13 @@ dist_libheimbase_la_SOURCES = \
heimbase.c \ heimbase.c \
heimbasepriv.h \ heimbasepriv.h \
heimqueue.h \ heimqueue.h \
json.c \
null.c \ null.c \
number.c \ number.c \
string.c string.c
libheimbase_la_DEPENDENCIES = version-script.map libheimbase_la_DEPENDENCIES = version-script.map
test_base_LDADD = $(LIB_heimbase) test_base_LDADD = libheimbase.la
EXTRA_DIST = NTMakefile version-script.map EXTRA_DIST = NTMakefile version-script.map