summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-07-06 16:56:21 +0000
committerJim Meyering <jim@meyering.net>2004-07-06 16:56:21 +0000
commitb2c18c67d4f82d4c75be5f315b50f857f799c3b6 (patch)
tree8c75d7ce030e1238ff8129ea0e98a00298d741db /lib/Makefile.am
parent51dfe9cc3184eb13e3c2bc711fabcc02f034782f (diff)
downloadcoreutils-b2c18c67d4f82d4c75be5f315b50f857f799c3b6.tar.xz
(libfetish_a_SOURCES): Add canonicalize.c unconditionally.
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 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 \