Skip to content
Snippets Groups Projects
Commit 6ed80fd9 authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

Changed how external libraries are found in Makefiles - e.g. LIB_NEWMAT and INC_NEWMAT

parent 260e1c6a
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@ include ${FSLCONFDIR}/default.mk
PROJNAME = film
USRINCFLAGS = -I${INC_NEWMAT} -I${INC_PROB}
USRLDFLAGS = -L${LIB_NEWMAT} -L${LIB_PROB}
LIBS = -lmiscmaths -lutils -lm -lnewmat -lavwio -lprob
XFILES = film_gls contrast_mgr ttoz ftoz ttologp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment