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

Added zlib include and library dir paths to relevant makefiles

parent 4d624261
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ include $(FSLCONFDIR)/default.mk ...@@ -2,8 +2,8 @@ include $(FSLCONFDIR)/default.mk
PROJNAME = slicetimer PROJNAME = slicetimer
USRINCFLAGS = -I${INC_NEWMAT} -I${INC_PROB} USRINCFLAGS = -I${INC_NEWMAT} -I${INC_PROB} -I${INC_ZLIB}
USRLDFLAGS = -L${LIB_NEWMAT} -L${LIB_PROB} USRLDFLAGS = -L${LIB_NEWMAT} -L${LIB_PROB} -L${LIB_ZLIB}
OBJS = slicetimer.o OBJS = slicetimer.o
......
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