fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / userspec
index e45eb6c78ea4a5225af2fa2023187dd332b08a29..e528e69d96b7c79f89e181f3eb2a4be4116c4c82 100644 (file)
@@ -2,7 +2,6 @@ Description:
 Parse a `user:group' specifier (e.g. the first argument of chown utility).
 
 Files:
-lib/inttostr.h
 lib/userspec.c
 lib/userspec.h
 m4/userspec.m4
@@ -14,13 +13,14 @@ xstrtol
 strdup
 gettext-h
 intprops
+inttostr
 stdbool
 
 configure.ac:
 gl_USERSPEC
 
 Makefile.am:
-EXTRA_DIST += inttostr.h userspec.c userspec.h
+lib_SOURCES += userspec.c
 
 Include:
 "userspec.h"