Skip to content
Snippets Groups Projects
Commit cdcdc1c4 authored by David Flitney's avatar David Flitney
Browse files

Added zlib include and library dir paths to relevant makefiles

parent c0e92041
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@ include ${FSLCONFDIR}/default.mk
PROJNAME = film
USRINCFLAGS = -I${INC_NEWMAT} -I${INC_PROB}
USRLDFLAGS = -L${LIB_NEWMAT} -L${LIB_PROB}
USRINCFLAGS = -I${INC_NEWMAT} -I${INC_PROB} -I${INC_ZLIB}
USRLDFLAGS = -L${LIB_NEWMAT} -L${LIB_PROB} -L${LIB_ZLIB}
LIBS = -lmiscmaths -lutils -lm -lnewmat -lfslio -lniftiio -lznz -lprob -lz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment