From a50030338b23cf52611913b7e9581de6eec04a7b Mon Sep 17 00:00:00 2001 From: jofret Date: Tue, 9 Sep 2008 12:46:51 +0000 Subject: enable operations module --- src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.in') diff --git a/src/Makefile.in b/src/Makefile.in index 752fc1f2..c10051ac 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -184,12 +184,13 @@ top_srcdir = @top_srcdir@ SUBDIRS = lib/blas \ lib/lapack \ type \ + operations \ elementaryFunctions \ auxiliaryFunctions \ statisticsFunctions \ matrixOperations \ implicitList \ - string + string all: all-recursive -- cgit