diff options
Diffstat (limited to 'src/statisticsFunctions')
-rw-r--r-- | src/statisticsFunctions/Makefile.am | 3 | ||||
-rw-r--r-- | src/statisticsFunctions/Makefile.in | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/statisticsFunctions/Makefile.am b/src/statisticsFunctions/Makefile.am index bb937ab9..8ba9e216 100644 --- a/src/statisticsFunctions/Makefile.am +++ b/src/statisticsFunctions/Makefile.am @@ -11,4 +11,5 @@ ## SUBDIRS= mean \ - sum
\ No newline at end of file + sum\ + variance diff --git a/src/statisticsFunctions/Makefile.in b/src/statisticsFunctions/Makefile.in index c48f8b17..9884029a 100644 --- a/src/statisticsFunctions/Makefile.in +++ b/src/statisticsFunctions/Makefile.in @@ -166,7 +166,8 @@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = mean \ - sum + sum\ + variance all: all-recursive |