diff options
author | Jim Meyering <jim@meyering.net> | 2005-07-04 16:09:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-07-04 16:09:03 +0000 |
commit | 302c7df27103666ad856dbea006ddfa2f04cdae6 (patch) | |
tree | f856c2b1e3eeb106515a80380cd8af6e1369614f /lib | |
parent | 1fd49f4452f454815534813dbc347238fde11582 (diff) | |
download | coreutils-302c7df27103666ad856dbea006ddfa2f04cdae6.tar.xz |
(libcoreutils_a_SOURCES): Add verify.h here, temporarily.
Eventually, it'll be pulled in via AC_LIBSOURCES.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 8e20fb0d4..805c2fa6c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -38,6 +38,7 @@ libcoreutils_a_SOURCES = \ regex.h \ time_r.c time_r.h \ unicodeio.c unicodeio.h \ + verify.h \ xalloc-die.c \ xgethostname.c xgethostname.h \ xmemcoll.c xmemcoll.h \ |