From 5303f127b29d888021061730e3d7082df54f3b10 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 22 Jan 2012 01:28:44 +0300 Subject: Use gnulib for text-utils/column.c --- text-utils/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'text-utils') diff --git a/text-utils/Makefile.am b/text-utils/Makefile.am index 32c8c643..a3f59e9f 100644 --- a/text-utils/Makefile.am +++ b/text-utils/Makefile.am @@ -9,6 +9,7 @@ hexdump_SOURCES = hexdump.c conv.c display.c hexsyntax.c parse.c \ dist_man_MANS = col.1 colcrt.1 colrm.1 column.1 hexdump.1 rev.1 line.1 tailf.1 col_LDADD = -L$(top_builddir)/gnulib -lgnu +column_LDADD = -L$(top_builddir)/gnulib -lgnu if HAVE_NCURSES bin_PROGRAMS = more -- cgit v1.2.3