summaryrefslogtreecommitdiff
path: root/locate/Makefile.am
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2007-06-09 12:53:42 +0000
committerJames Youngman <jay@gnu.org>2007-06-09 12:53:42 +0000
commit4f76ac2b63e57c26dc507054a1598ca92593fcc8 (patch)
tree0577a49ca82fdbecd471f043c0331da2a3670e7d /locate/Makefile.am
parent52836d78524a1bf4819d3e849efec715f9300ff1 (diff)
downloadfindutils-4f76ac2b63e57c26dc507054a1598ca92593fcc8.tar.gz
Fix Savannah bug #19980, by avoiding the non-POSIX function putw() (and in previous changes, getw(), and wcwidth())
Diffstat (limited to 'locate/Makefile.am')
-rw-r--r--locate/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/locate/Makefile.am b/locate/Makefile.am
index 11123710..7466ed36 100644
--- a/locate/Makefile.am
+++ b/locate/Makefile.am
@@ -12,6 +12,7 @@ BUILT_SOURCES = dblocation.texi
EXTRA_DIST = locatedb.h updatedb.sh $(man_MANS)
CLEANFILES = updatedb dblocation.texi
locate_SOURCES = locate.c word_io.c
+code_SOURCES = code.c word_io.c
INCLUDES = -I$(top_srcdir)/lib -I../gnulib/lib -I$(top_srcdir)/gnulib/lib -I../intl -DLOCATE_DB=\"$(LOCATE_DB)\" -DLOCALEDIR=\"$(localedir)\"