summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/asin/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/elementaryFunctions/asin/Makefile.in')
-rw-r--r--src/elementaryFunctions/asin/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/elementaryFunctions/asin/Makefile.in b/src/elementaryFunctions/asin/Makefile.in
index a6bb0f44..a96457fe 100644
--- a/src/elementaryFunctions/asin/Makefile.in
+++ b/src/elementaryFunctions/asin/Makefile.in
@@ -258,10 +258,10 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \
#
# -*- ArcSine Tests -*-
#
-testFloatAsin_SOURCES = testFloatAsin.c
+testFloatAsin_SOURCES = testAsin.h testFloatAsin.c
testFloatAsin_CFLAGS = $(check_INCLUDES)
testFloatAsin_LDADD = $(check_LDADD)
-testDoubleAsin_SOURCES = testDoubleAsin.c
+testDoubleAsin_SOURCES = testAsin.h testDoubleAsin.c
testDoubleAsin_CFLAGS = $(check_INCLUDES)
testDoubleAsin_LDADD = $(check_LDADD)
all: all-am