summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/acos/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/elementaryFunctions/acos/Makefile.in')
-rw-r--r--src/elementaryFunctions/acos/Makefile.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/elementaryFunctions/acos/Makefile.in b/src/elementaryFunctions/acos/Makefile.in
index 45dafaf1..206ff4eb 100644
--- a/src/elementaryFunctions/acos/Makefile.in
+++ b/src/elementaryFunctions/acos/Makefile.in
@@ -230,7 +230,10 @@ SRC = sacoss.c \
cacosa.c \
zacosa.c
-HEAD = ../includes/acos.h
+HEAD = ../includes/acos.h \
+ ../../auxiliaryFunctions/includes/min.h \
+ ../../auxiliaryFunctions/includes/max.h
+
####
# Checking Part
@@ -255,10 +258,10 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \
#
# -*- Acosine Tests -*-
#
-testFloatAcos_SOURCES = testFloatAcos.c
+testFloatAcos_SOURCES = testAcos.h testFloatAcos.c
testFloatAcos_CFLAGS = $(check_INCLUDES)
testFloatAcos_LDADD = $(check_LDADD)
-testDoubleAcos_SOURCES = testDoubleAcos.c
+testDoubleAcos_SOURCES = testAcos.h testDoubleAcos.c
testDoubleAcos_CFLAGS = $(check_INCLUDES)
testDoubleAcos_LDADD = $(check_LDADD)
all: all-am