diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-15 14:22:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-15 14:22:13 +0000 |
commit | 7b60fac170039bde0ca54d8edb24b7458cafa1ff (patch) | |
tree | ef9c1ef09d1955d3c08197d9511ab8949923a0aa | |
parent | cf04b8d0929fe12f81b85ae9dfe832ca3ff2889e (diff) | |
download | coreutils-7b60fac170039bde0ca54d8edb24b7458cafa1ff.tar.xz |
(libfetish_a_SOURCES): Add userspec.h.
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 3d5477e76..c6c0c1621 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -112,7 +112,7 @@ libfetish_a_SOURCES = \ unicodeio.c unicodeio.h \ unistd-safer.h \ unlocked-io.h \ - userspec.c \ + userspec.c userspec.h \ utimens.c utimens.h \ version-etc.c version-etc.h \ xalloc.h \ |