Oops, remove unintended commit.
[gnulib.git] / modules / isnanl-tests
index 33a0e59..7b4086e 100644 (file)
@@ -3,6 +3,7 @@ tests/test-isnanl.c
 tests/test-isnanl.h
 
 Depends-on:
+float
 
 configure.ac:
 gl_LONG_DOUBLE_EXPONENT_LOCATION
@@ -10,6 +11,5 @@ gl_LONG_DOUBLE_EXPONENT_LOCATION
 Makefile.am:
 TESTS += test-isnanl
 check_PROGRAMS += test-isnanl
-test_isnanl_LDADD = @ISNANL_LIBM@ $(LDADD)
-EXTRA_DIST += test-isnanl.h
+test_isnanl_LDADD = $(LDADD) @ISNANL_LIBM@