Skip to content
Snippets Groups Projects
Commit 2a231069 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 354b8a63
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,9 @@ include $(FSLCONFDIR)/default.mk ...@@ -2,6 +2,9 @@ include $(FSLCONFDIR)/default.mk
PROJNAME = slicetimer PROJNAME = slicetimer
USRINCFLAGS = -I${INC_NEWMAT} -I${INC_PROB}
USRLDFLAGS = -L${LIB_NEWMAT} -L${LIB_PROB}
OBJS = slicetimer.o OBJS = slicetimer.o
LIBS = -lnewimage -lmiscmaths -lavwio -lnewmat -lprob -lm -lutils LIBS = -lnewimage -lmiscmaths -lavwio -lnewmat -lprob -lm -lutils
......
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