Ignore one more generated index from makeinfo.
[gnulib.git] / modules / isnanl-tests
index 1098aa3..5cff0dd 100644 (file)
@@ -1,16 +1,17 @@
 Files:
 tests/test-isnanl.c
 tests/test-isnanl.h
+tests/nan.h
+tests/macros.h
 
 Depends-on:
+float
 
 configure.ac:
 gl_LONG_DOUBLE_EXPONENT_LOCATION
-AC_SUBST([ISNANL_LIBM])
 
 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@