From 4ef7bc5cc03c6ab4b391fe344d92b194ae2e6e14 Mon Sep 17 00:00:00 2001 From: koennecke Date: Sun, 21 Jan 2007 22:28:21 +0000 Subject: [PATCH] - Make SICS compile with json support in PSI SKIPPED: psi/libpsi.a psi/scontroller.c psi/serial.c --- makefile_slinux | 2 +- sicshipadaba.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile_slinux b/makefile_slinux index 5b813277..e7ee262d 100644 --- a/makefile_slinux +++ b/makefile_slinux @@ -26,7 +26,7 @@ SUBLIBS = psi/libpsi.a psi/hardsup/libhlib.a matrix/libmatrix.a \ LIBS = -L$(HDFROOT)/lib $(SUBLIBS) $(NILIB)\ -ltcl8.3 $(HDFROOT)/lib/libhdf5.a \ $(HDFROOT)/lib/libmfhdf.a $(HDFROOT)/lib/libdf.a \ - $(HDFROOT)/lib/libjpeg.a -lsz -ldl -lz -lmxml -lghttp -lm -lc + $(HDFROOT)/lib/libjpeg.a -lsz -ljson -ldl -lz -lmxml -lghttp -lm -lc include make_gen diff --git a/sicshipadaba.c b/sicshipadaba.c index 2a1897d6..6a088030 100644 --- a/sicshipadaba.c +++ b/sicshipadaba.c @@ -24,6 +24,7 @@ #include #include #include "protocol.h" +#include "splitter.h" /*== there can be only hipadaba in SICS, some globals to care for that == */ static pHdb root = NULL;