extern-inline: make safe for -Wundef usage
[gnulib.git] / modules / fchmodat
index 94fad77..7a5e1a6 100644 (file)
@@ -3,8 +3,8 @@ fchmodat() function: Change access permissions of a file at a directory.
 
 Files:
 lib/fchmodat.c
+lib/chmodat.c
 lib/at-func.c
-lib/openat-priv.h
 m4/fchmodat.m4
 
 Depends-on:
@@ -29,6 +29,7 @@ gl_MODULE_INDICATOR([fchmodat]) dnl for lib/openat.h
 gl_SYS_STAT_MODULE_INDICATOR([fchmodat])
 
 Makefile.am:
+lib_SOURCES += chmodat.c
 
 Include:
 <sys/stat.h>