From 09444cda0c8355cfb49c2a96e807512d0b3124c8 Mon Sep 17 00:00:00 2001 From: jofret Date: Thu, 26 Jun 2008 17:18:16 +0000 Subject: Enable make dist work --- src/elementaryFunctions/asinh/Makefile.am | 4 ++-- src/elementaryFunctions/asinh/Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/elementaryFunctions/asinh') diff --git a/src/elementaryFunctions/asinh/Makefile.am b/src/elementaryFunctions/asinh/Makefile.am index a05f718a..b075cdcf 100644 --- a/src/elementaryFunctions/asinh/Makefile.am +++ b/src/elementaryFunctions/asinh/Makefile.am @@ -58,10 +58,10 @@ TESTS = testFloatAsinh testDoubleAsinh # # -*- Hyperbolic ArcSine Tests -*- # -testFloatAsinh_SOURCES = testFloatAsinh.c +testFloatAsinh_SOURCES = testAsinh.h testFloatAsinh.c testFloatAsinh_CFLAGS = $(check_INCLUDES) testFloatAsinh_LDADD = $(check_LDADD) -testDoubleAsinh_SOURCES = testDoubleAsinh.c +testDoubleAsinh_SOURCES = testAsinh.h testDoubleAsinh.c testDoubleAsinh_CFLAGS = $(check_INCLUDES) testDoubleAsinh_LDADD = $(check_LDADD) \ No newline at end of file diff --git a/src/elementaryFunctions/asinh/Makefile.in b/src/elementaryFunctions/asinh/Makefile.in index 22a1beaf..44ea3f75 100644 --- a/src/elementaryFunctions/asinh/Makefile.in +++ b/src/elementaryFunctions/asinh/Makefile.in @@ -258,10 +258,10 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ # # -*- Hyperbolic ArcSine Tests -*- # -testFloatAsinh_SOURCES = testFloatAsinh.c +testFloatAsinh_SOURCES = testAsinh.h testFloatAsinh.c testFloatAsinh_CFLAGS = $(check_INCLUDES) testFloatAsinh_LDADD = $(check_LDADD) -testDoubleAsinh_SOURCES = testDoubleAsinh.c +testDoubleAsinh_SOURCES = testAsinh.h testDoubleAsinh.c testDoubleAsinh_CFLAGS = $(check_INCLUDES) testDoubleAsinh_LDADD = $(check_LDADD) all: all-am -- cgit