From 8ce10c5ff46ddad5db0b4abdb2ec047a13460ae1 Mon Sep 17 00:00:00 2001 From: David Flitney <dave.flitney@ndcn.ox.ac.uk> Date: Sat, 11 Sep 2004 15:16:56 +0000 Subject: [PATCH] Added zlib include and library dir paths to relevant makefiles --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 929cd6f..07f3854 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ include $(FSLCONFDIR)/default.mk PROJNAME = fdt -USRINCFLAGS = -I${INC_NEWMAT} -I${INC_CPROB} -I${INC_PROB} -USRLDFLAGS = -L${LIB_NEWMAT} -L${LIB_CPROB} -L${LIB_PROB} +USRINCFLAGS = -I${INC_NEWMAT} -I${INC_CPROB} -I${INC_PROB} -I${INC_ZLIB} +USRLDFLAGS = -L${LIB_NEWMAT} -L${LIB_CPROB} -L${LIB_PROB} -L${LIB_ZLIB} DLIBS = -lmeshclass -lbint -lnewimage -lutils -lmiscmaths -lnewmat -lfslio -lniftiio -lznz -lcprob -lprob -lm -lz -- GitLab