diff options
author | Jim Meyering <jim@meyering.net> | 2004-07-06 16:56:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-07-06 16:56:21 +0000 |
commit | b2c18c67d4f82d4c75be5f315b50f857f799c3b6 (patch) | |
tree | 8c75d7ce030e1238ff8129ea0e98a00298d741db | |
parent | 51dfe9cc3184eb13e3c2bc711fabcc02f034782f (diff) | |
download | coreutils-b2c18c67d4f82d4c75be5f315b50f857f799c3b6.tar.xz |
(libfetish_a_SOURCES): Add canonicalize.c unconditionally.
-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 d2ba6e71b..55bece577 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -44,7 +44,7 @@ libfetish_a_SOURCES = \ basename.c \ c-strtod.c c-strtod.h \ canon-host.c \ - canonicalize.h \ + canonicalize.c canonicalize.h \ cloexec.c cloexec.h \ closeout.c closeout.h \ cycle-check.c cycle-check.h \ |