summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/log10/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/elementaryFunctions/log10/Makefile.in')
-rw-r--r--src/elementaryFunctions/log10/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/elementaryFunctions/log10/Makefile.in b/src/elementaryFunctions/log10/Makefile.in
index b2bfebbd..2e3d48fb 100644
--- a/src/elementaryFunctions/log10/Makefile.in
+++ b/src/elementaryFunctions/log10/Makefile.in
@@ -254,10 +254,10 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \
#
# -*- 10-Base Logarithm Tests -*-
#
-testFloatLog10_SOURCES = testFloatLog10.c
+testFloatLog10_SOURCES = testLog10.h testFloatLog10.c
testFloatLog10_CFLAGS = $(check_INCLUDES)
testFloatLog10_LDADD = $(check_LDADD)
-testDoubleLog10_SOURCES = testDoubleLog10.c
+testDoubleLog10_SOURCES = testLog10.h testDoubleLog10.c
testDoubleLog10_CFLAGS = $(check_INCLUDES)
testDoubleLog10_LDADD = $(check_LDADD)
all: all-am