From 3084c6d1ae5445e4c7f8a04984e966da32c09b29 Mon Sep 17 00:00:00 2001
From: Matthew Webster <mwebster@fmrib.ox.ac.uk>
Date: Tue, 13 Jul 2010 15:40:21 +0000
Subject: [PATCH] Fixed makefile now that wooley volume is gone

---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 2ddf1ae..7dee12d 100644
--- a/Makefile
+++ b/Makefile
@@ -4,12 +4,12 @@ include ${FSLCONFDIR}/default.mk
 
 PROJNAME = miscmaths
 
-USRINCFLAGS = -I${INC_NEWMAT} -I${INC_BOOST} -I${INC_PROB} -I${INC_ZLIB}
-USRLDFLAGS = -L${LIB_NEWMAT} -L${LIB_PROB} -L${LIB_ZLIB}
+USRINCFLAGS = -I${INC_NEWMAT} -I${INC_BOOST} -I${INC_PROB}
+USRLDFLAGS = -L${LIB_NEWMAT} -L${LIB_PROB}
 
 OBJS = miscmaths.o optimise.o miscprob.o kernel.o histogram.o base2z.o t2z.o f2z.o minimize.o cspline.o sparse_matrix.o sparsefn.o rungekutta.o nonlin.o bfmatrix.o
 
-LIBS = -lutils -lfslio -lniftiio -lznz -lz -lnewmat -lprob -lm
+LIBS = -lutils -lnewmat -lprob -lm
 
 # The target "all" should ALWAYS be provided
 #   typically it will just be another target name
-- 
GitLab