diff options
author | jofret | 2008-06-26 17:18:16 +0000 |
---|---|---|
committer | jofret | 2008-06-26 17:18:16 +0000 |
commit | 09444cda0c8355cfb49c2a96e807512d0b3124c8 (patch) | |
tree | 123cc6bdf0b1dd4ee4011d6f8d6e4a0d0e74b72d /src/elementaryFunctions/asinh | |
parent | a3253247b833e6c01e90fabdf5d43e69b6e6784b (diff) | |
download | scilab2c-09444cda0c8355cfb49c2a96e807512d0b3124c8.tar.gz scilab2c-09444cda0c8355cfb49c2a96e807512d0b3124c8.tar.bz2 scilab2c-09444cda0c8355cfb49c2a96e807512d0b3124c8.zip |
Enable make dist work
Diffstat (limited to 'src/elementaryFunctions/asinh')
-rw-r--r-- | src/elementaryFunctions/asinh/Makefile.am | 4 | ||||
-rw-r--r-- | src/elementaryFunctions/asinh/Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
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 |