diff options
Diffstat (limited to 'src/elementaryFunctions/sqrt')
-rw-r--r-- | src/elementaryFunctions/sqrt/Makefile.am | 4 | ||||
-rw-r--r-- | src/elementaryFunctions/sqrt/Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/elementaryFunctions/sqrt/Makefile.am b/src/elementaryFunctions/sqrt/Makefile.am index 6bd9e6d5..d5e16937 100644 --- a/src/elementaryFunctions/sqrt/Makefile.am +++ b/src/elementaryFunctions/sqrt/Makefile.am @@ -53,10 +53,10 @@ TESTS = testFloatSqrt testDoubleSqrt # # -*- Square Root Tests -*- # -testFloatSqrt_SOURCES = testFloatSqrt.c +testFloatSqrt_SOURCES = testSqrt.h testFloatSqrt.c testFloatSqrt_CFLAGS = $(check_INCLUDES) testFloatSqrt_LDADD = $(check_LDADD) -testDoubleSqrt_SOURCES = testDoubleSqrt.c +testDoubleSqrt_SOURCES = testSqrt.h testDoubleSqrt.c testDoubleSqrt_CFLAGS = $(check_INCLUDES) testDoubleSqrt_LDADD = $(check_LDADD) diff --git a/src/elementaryFunctions/sqrt/Makefile.in b/src/elementaryFunctions/sqrt/Makefile.in index 11f6e142..1d427a3a 100644 --- a/src/elementaryFunctions/sqrt/Makefile.in +++ b/src/elementaryFunctions/sqrt/Makefile.in @@ -245,10 +245,10 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ # # -*- Square Root Tests -*- # -testFloatSqrt_SOURCES = testFloatSqrt.c +testFloatSqrt_SOURCES = testSqrt.h testFloatSqrt.c testFloatSqrt_CFLAGS = $(check_INCLUDES) testFloatSqrt_LDADD = $(check_LDADD) -testDoubleSqrt_SOURCES = testDoubleSqrt.c +testDoubleSqrt_SOURCES = testSqrt.h testDoubleSqrt.c testDoubleSqrt_CFLAGS = $(check_INCLUDES) testDoubleSqrt_LDADD = $(check_LDADD) all: all-am |