summaryrefslogtreecommitdiff
path: root/src/statisticsFunctions/mean/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/statisticsFunctions/mean/Makefile.in')
-rw-r--r--src/statisticsFunctions/mean/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/statisticsFunctions/mean/Makefile.in b/src/statisticsFunctions/mean/Makefile.in
index fe75fe8a..b43517a0 100644
--- a/src/statisticsFunctions/mean/Makefile.in
+++ b/src/statisticsFunctions/mean/Makefile.in
@@ -71,7 +71,8 @@ am__DEPENDENCIES_1 = $(top_builddir)/type/libDoubleComplex.la \
$(top_builddir)/type/libFloatComplex.la \
$(top_builddir)/operations/addition/libAddition.la \
$(top_builddir)/statisticsFunctions/mean/libMean.la \
- $(top_builddir)/statisticsFunctions/sum/libSum.la
+ $(top_builddir)/statisticsFunctions/sum/libSum.la \
+ $(top_builddir)/operations/division/libDivision.la
testDoubleMean_DEPENDENCIES = $(am__DEPENDENCIES_1)
testDoubleMean_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(testDoubleMean_CFLAGS) \
@@ -245,6 +246,7 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \
$(top_builddir)/operations/addition/libAddition.la \
$(top_builddir)/statisticsFunctions/mean/libMean.la \
$(top_builddir)/statisticsFunctions/sum/libSum.la \
+ $(top_builddir)/operations/division/libDivision.la \
@LIBMATH@