Avoid the need for AC_LIBSOURCES in m4 macros.
[gnulib.git] / modules / utimecmp
index 64a4fa3..031777a 100644 (file)
@@ -2,22 +2,26 @@ Description:
 compare file time stamps
 
 Files:
-lib/intprops.h
 lib/utimecmp.h
 lib/utimecmp.c
 m4/utimecmp.m4
 
 Depends-on:
 hash
+stat-time
 timespec
 utimens
 xalloc
+intprops
+stdbool
+stdint
+verify
 
 configure.ac:
 gl_UTIMECMP
 
 Makefile.am:
-lib_SOURCES += utimecmp.h utimecmp.c
+EXTRA_DIST += utimecmp.h
 
 Include:
 "utimecmp.h"