diff options
Diffstat (limited to 'src/elementaryFunctions/log10')
-rw-r--r-- | src/elementaryFunctions/log10/Makefile.am | 4 | ||||
-rw-r--r-- | src/elementaryFunctions/log10/Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/elementaryFunctions/log10/Makefile.am b/src/elementaryFunctions/log10/Makefile.am index b1a05685..88b45bee 100644 --- a/src/elementaryFunctions/log10/Makefile.am +++ b/src/elementaryFunctions/log10/Makefile.am @@ -56,10 +56,10 @@ TESTS = testFloatLog10 testDoubleLog10 # # -*- 10-Base Logarithm Tests -*- # -testFloatLog10_SOURCES = testFloatLog10.c +testFloatLog10_SOURCES = testLog10.h testFloatLog10.c testFloatLog10_CFLAGS = $(check_INCLUDES) testFloatLog10_LDADD = $(check_LDADD) -testDoubleLog10_SOURCES = testDoubleLog10.c +testDoubleLog10_SOURCES = testLog10.h testDoubleLog10.c testDoubleLog10_CFLAGS = $(check_INCLUDES) testDoubleLog10_LDADD = $(check_LDADD)
\ No newline at end of file diff --git a/src/elementaryFunctions/log10/Makefile.in b/src/elementaryFunctions/log10/Makefile.in index b2bfebbd..2e3d48fb 100644 --- a/src/elementaryFunctions/log10/Makefile.in +++ b/src/elementaryFunctions/log10/Makefile.in @@ -254,10 +254,10 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ # # -*- 10-Base Logarithm Tests -*- # -testFloatLog10_SOURCES = testFloatLog10.c +testFloatLog10_SOURCES = testLog10.h testFloatLog10.c testFloatLog10_CFLAGS = $(check_INCLUDES) testFloatLog10_LDADD = $(check_LDADD) -testDoubleLog10_SOURCES = testDoubleLog10.c +testDoubleLog10_SOURCES = testLog10.h testDoubleLog10.c testDoubleLog10_CFLAGS = $(check_INCLUDES) testDoubleLog10_LDADD = $(check_LDADD) all: all-am |