diff options
Diffstat (limited to 'src/elementaryFunctions/exp10')
-rw-r--r-- | src/elementaryFunctions/exp10/Makefile.am | 4 | ||||
-rw-r--r-- | src/elementaryFunctions/exp10/Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/elementaryFunctions/exp10/Makefile.am b/src/elementaryFunctions/exp10/Makefile.am index ef63cb8c..c2123ea4 100644 --- a/src/elementaryFunctions/exp10/Makefile.am +++ b/src/elementaryFunctions/exp10/Makefile.am @@ -59,10 +59,10 @@ check_PROGRAMS = testFloatExp10 testDoubleExp10 TESTS = testFloatExp10 testDoubleExp10 -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) 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 |