summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-07-06 21:25:57 +0000
committerJim Meyering <jim@meyering.net>1997-07-06 21:25:57 +0000
commitabd1bad4b638373ce5093debdc8b015a5d87d1ad (patch)
treef61e8aa920e6e79986164272b4ad14f7e9a908ae /lib/Makefile.am
parentf066a3acfe203f3823edefd804f673476010899e (diff)
downloadcoreutils-abd1bad4b638373ce5093debdc8b015a5d87d1ad.tar.xz
(noinst_HEADERS): Add strverscmp.h.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index f5c45cbed..001ad50bc 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -12,7 +12,7 @@ addext.c argmatch.c backupfile.c basename.c dirname.c filemode.c \
full-write.c idcache.c \
isdir.c long-options.c makepath.c modechange.c path-concat.c \
safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
-xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c strverscmp.c
+xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
libfu_a_LIBADD = @LIBOBJS@ @ALLOCA@
libfu_a_DEPENDENCIES = $(libfu_a_LIBADD)