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

Added zlib include and library dir paths to relevant makefiles

parent fdcdecba
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ include ${FSLCONFDIR}/default.mk
PROJNAME = avwutils
USRINCFLAGS = -I${INC_NEWMAT}
USRLDFLAGS = -L${LIB_NEWMAT}
USRINCFLAGS = -I${INC_NEWMAT} -I${INC_ZLIB}
USRLDFLAGS = -L${LIB_NEWMAT} -L${LIB_ZLIB}
LIBS = -lnewimage -lmiscmaths -lfslio -lnewmat -lutils -lniftiio -lznz -lm -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