From 7c952ed944db2afe84294e58d0014ffd9bd0603f Mon Sep 17 00:00:00 2001 From: Paul McCarthy <paulmc@fmrib.ox.ac.uk> Date: Wed, 16 Dec 2020 19:37:51 +0000 Subject: [PATCH] MNT: Missing dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b39bd2f..7dd19af 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ include ${FSLCONFDIR}/default.mk PROJNAME = miscmaths SOFILES = libfsl-miscmaths.so -LIBS = -lfsl-utils -lfsl-cprob +LIBS = -lfsl-utils -lfsl-cprob -lfsl-NewNifti OBJS = miscmaths.o optimise.o miscprob.o kernel.o histogram.o \ base2z.o t2z.o f2z.o minimize.o cspline.o sparse_matrix.o \ sparsefn.o rungekutta.o nonlin.o bfmatrix.o Simplex.o \ -- GitLab