summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/exp10/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/elementaryFunctions/exp10/Makefile.in')
-rw-r--r--src/elementaryFunctions/exp10/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/elementaryFunctions/exp10/Makefile.in b/src/elementaryFunctions/exp10/Makefile.in
index 89400c55..11f51e49 100644
--- a/src/elementaryFunctions/exp10/Makefile.in
+++ b/src/elementaryFunctions/exp10/Makefile.in
@@ -262,10 +262,10 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \
$(top_builddir)/auxiliaryFunctions/pythag/libPythag.la \
@LIBMATH@
-testFloatExp10_SOURCES = testFloatExp10.c
+testFloatExp10_SOURCES = testExp10.h testFloatExp10.c
testFloatExp10_CFLAGS = $(check_INCLUDES)
testFloatExp10_LDADD = $(check_LDADD)
-testDoubleExp10_SOURCES = testDoubleExp10.c
+testDoubleExp10_SOURCES = testExp10.h testDoubleExp10.c
testDoubleExp10_CFLAGS = $(check_INCLUDES)
testDoubleExp10_LDADD = $(check_LDADD)
all: all-am