diff options
Diffstat (limited to 'src/elementaryFunctions/acosh/Makefile.in')
-rw-r--r-- | src/elementaryFunctions/acosh/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/elementaryFunctions/acosh/Makefile.in b/src/elementaryFunctions/acosh/Makefile.in index 5ddf86d2..e1233356 100644 --- a/src/elementaryFunctions/acosh/Makefile.in +++ b/src/elementaryFunctions/acosh/Makefile.in @@ -258,10 +258,10 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ # # -*- Hyperbolic Acosine Tests -*- # -testFloatAcosh_SOURCES = testFloatAcosh.c +testFloatAcosh_SOURCES = testAcosh.h testFloatAcosh.c testFloatAcosh_CFLAGS = $(check_INCLUDES) testFloatAcosh_LDADD = $(check_LDADD) -testDoubleAcosh_SOURCES = testDoubleAcosh.c +testDoubleAcosh_SOURCES = testAcosh.h testDoubleAcosh.c testDoubleAcosh_CFLAGS = $(check_INCLUDES) testDoubleAcosh_LDADD = $(check_LDADD) all: all-am |