diff options
Diffstat (limited to 'src/elementaryFunctions/log1p/Makefile.in')
-rw-r--r-- | src/elementaryFunctions/log1p/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/elementaryFunctions/log1p/Makefile.in b/src/elementaryFunctions/log1p/Makefile.in index 8242b6c5..72d0a3a4 100644 --- a/src/elementaryFunctions/log1p/Makefile.in +++ b/src/elementaryFunctions/log1p/Makefile.in @@ -252,10 +252,10 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ # # -*- Log1p Tests -*- # -testFloatLog1p_SOURCES = testFloatLog1p.c +testFloatLog1p_SOURCES = testLog1p.h testFloatLog1p.c testFloatLog1p_CFLAGS = $(check_INCLUDES) testFloatLog1p_LDADD = $(check_LDADD) -testDoubleLog1p_SOURCES = testDoubleLog1p.c +testDoubleLog1p_SOURCES = testLog1p.h testDoubleLog1p.c testDoubleLog1p_CFLAGS = $(check_INCLUDES) testDoubleLog1p_LDADD = $(check_LDADD) all: all-am |