summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/atan/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/elementaryFunctions/atan/Makefile.in')
-rw-r--r--src/elementaryFunctions/atan/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/elementaryFunctions/atan/Makefile.in b/src/elementaryFunctions/atan/Makefile.in
index beb7b819..a190db23 100644
--- a/src/elementaryFunctions/atan/Makefile.in
+++ b/src/elementaryFunctions/atan/Makefile.in
@@ -249,10 +249,10 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \
#
# -*- Arc tangeant Tests -*-
#
-testFloatAtan_SOURCES = testFloatAtan.c
+testFloatAtan_SOURCES = testAtan.h testFloatAtan.c
testFloatAtan_CFLAGS = $(check_INCLUDES)
testFloatAtan_LDADD = $(check_LDADD)
-testDoubleAtan_SOURCES = testDoubleAtan.c
+testDoubleAtan_SOURCES = testAtan.h testDoubleAtan.c
testDoubleAtan_CFLAGS = $(check_INCLUDES)
testDoubleAtan_LDADD = $(check_LDADD)
all: all-am