diff options
Diffstat (limited to 'src/elementaryFunctions/exp')
-rw-r--r-- | src/elementaryFunctions/exp/Makefile.am | 4 | ||||
-rw-r--r-- | src/elementaryFunctions/exp/Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/elementaryFunctions/exp/Makefile.am b/src/elementaryFunctions/exp/Makefile.am index 9bf9e184..6a6dcd4d 100644 --- a/src/elementaryFunctions/exp/Makefile.am +++ b/src/elementaryFunctions/exp/Makefile.am @@ -54,10 +54,10 @@ check_PROGRAMS = testFloatExp testDoubleExp TESTS = testFloatExp testDoubleExp -testFloatExp_SOURCES = testFloatExp.c +testFloatExp_SOURCES = testExp.h testFloatExp.c testFloatExp_CFLAGS = $(check_INCLUDES) testFloatExp_LDADD = $(check_LDADD) -testDoubleExp_SOURCES = testDoubleExp.c +testDoubleExp_SOURCES = testExp.h testDoubleExp.c testDoubleExp_CFLAGS = $(check_INCLUDES) testDoubleExp_LDADD = $(check_LDADD) diff --git a/src/elementaryFunctions/exp/Makefile.in b/src/elementaryFunctions/exp/Makefile.in index d8cfe96e..074379db 100644 --- a/src/elementaryFunctions/exp/Makefile.in +++ b/src/elementaryFunctions/exp/Makefile.in @@ -250,10 +250,10 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/auxiliaryFunctions/pythag/libPythag.la \ @LIBMATH@ -testFloatExp_SOURCES = testFloatExp.c +testFloatExp_SOURCES = testExp.h testFloatExp.c testFloatExp_CFLAGS = $(check_INCLUDES) testFloatExp_LDADD = $(check_LDADD) -testDoubleExp_SOURCES = testDoubleExp.c +testDoubleExp_SOURCES = testExp.h testDoubleExp.c testDoubleExp_CFLAGS = $(check_INCLUDES) testDoubleExp_LDADD = $(check_LDADD) all: all-am |