Depend on new stat-macros module
[pspp] / modules / stat
index 4923b5724d0348210147a670fa833244ff165978..f9425d96c01aac8b8ab6559d76df5ac83ee27257 100644 (file)
@@ -3,17 +3,16 @@ stat() function: return information about a file, following symbolic links.
 
 Files:
 lib/stat.c
-lib/stat-macros.h
 m4/stat.m4
 
 Depends-on:
 xalloc
+stat-macros
 
 configure.ac:
 gl_FUNC_STAT
 
 Makefile.am:
-lib_SOURCES += stat-macros.h
 
 Include:
 <sys/stat.h>