From 9a43fb40825bce1d7b8e8a6fd30fd1588d190370 Mon Sep 17 00:00:00 2001 From: Sala Leonardo Date: Mon, 17 Nov 2014 15:59:11 +0100 Subject: [PATCH] put REST=no as default --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 14928c2d7..8e91baa09 100644 --- a/Makefile.include +++ b/Makefile.include @@ -15,7 +15,7 @@ FLAGS= -Wall -DVERBOSE # libraries ############################################################## -REST = yes +REST = no #POCODIR = /afs/psi.ch/user/s/sala/public/poco-slp_5.7-32bit #JSONBOXDIR = /afs/psi.ch/user/s/sala/public/JsonBox-slp_5.7-32bit