- Make SICS compile with json support in PSI

SKIPPED:
	psi/libpsi.a
	psi/scontroller.c
	psi/serial.c
This commit is contained in:
koennecke
2007-01-21 22:28:21 +00:00
parent 6cf9add9ee
commit 4ef7bc5cc0
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -24,6 +24,7 @@
#include <lld.h>
#include <stptok.h>
#include "protocol.h"
#include "splitter.h"
/*== there can be only hipadaba in SICS, some globals to care for that == */
static pHdb root = NULL;