summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/log1p/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/elementaryFunctions/log1p/Makefile.am')
-rw-r--r--src/elementaryFunctions/log1p/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/elementaryFunctions/log1p/Makefile.am b/src/elementaryFunctions/log1p/Makefile.am
index 660c2917..20bca10a 100644
--- a/src/elementaryFunctions/log1p/Makefile.am
+++ b/src/elementaryFunctions/log1p/Makefile.am
@@ -55,10 +55,10 @@ TESTS = testFloatLog1p testDoubleLog1p
#
# -*- 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) \ No newline at end of file