From a56e097ae4bcf05f74f5b4c3c7d93ec0a9320530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 21 Nov 2011 08:28:01 -0800 Subject: [PATCH] include json --- base/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/Makefile.am b/base/Makefile.am index a7e10c8ef..ec9939628 100644 --- a/base/Makefile.am +++ b/base/Makefile.am @@ -21,12 +21,13 @@ dist_libheimbase_la_SOURCES = \ heimbase.c \ heimbasepriv.h \ heimqueue.h \ + json.c \ null.c \ number.c \ string.c libheimbase_la_DEPENDENCIES = version-script.map -test_base_LDADD = $(LIB_heimbase) +test_base_LDADD = libheimbase.la EXTRA_DIST = NTMakefile version-script.map