From 9cc4126401eb08ee1130d36632fa57507b3b3872 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Thu, 26 Oct 2006 11:05:23 +1000 Subject: [PATCH] Added json support r1193 | ffr | 2006-10-26 11:05:23 +1000 (Thu, 26 Oct 2006) | 2 lines --- site_ansto/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site_ansto/Makefile b/site_ansto/Makefile index f18962ab..e8276cbd 100644 --- a/site_ansto/Makefile +++ b/site_ansto/Makefile @@ -16,11 +16,12 @@ default: all EXTRA=nintf.o PSI_CLEAN_MATRIX = rm -f ../*.o; $(MAKE) -C ../matrix $(MFLAGS) clean PSI_CFLAGS = -I./ -I$(HDFROOT)/include -DHDF5 -DNXXML\ - -fwritable-strings -DCYGNUS -DNONINTF -g $(DFORTIFY) + -fwritable-strings -DCYGNUS -DNONINTF -g $(DFORTIFY)\ + -I /usr/local/include/json/ PSI_SLIBS = matrix/libmatrix.a PSI_LIBS = -L$(HDFROOT)/lib $(NILIB)\ -ltcl8.4 $(HDFROOT)/lib/libhdf5.a \ - -ldl -lz -lm -lc /usr/lib/libmxml.a + -ldl -lz -lm -lc /usr/lib/libmxml.a /usr/local/lib/libjson.a ../%.o : ../%.c cd ..; $(CC) -c $(PSI_CFLAGS) $*.c -o $*.o