Skip to content
Snippets Groups Projects
Commit 8e8cdbc9 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 91619acf
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@ include $(FSLCONFDIR)/default.mk
PROJNAME = misc_c
USRINCFLAGS = -I${INC_PROB}
USRLDFLAGS = -L${LIB_PROB}
LIBS = -lss_8UI -lprob
XFILES = freqtest gifmerge hist2prob morph_kernel ptoz runavw sphere tmpnam ztop
......
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