diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-01-22 01:28:44 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-01-22 01:28:44 +0300 |
commit | 5303f127b29d888021061730e3d7082df54f3b10 (patch) | |
tree | fbab15886b3c8064e447057a43a02ee4d33e46f7 | |
parent | 7df33b5554657ea74ec24a193f86c2149e7caa07 (diff) | |
download | util-linux-old-5303f127b29d888021061730e3d7082df54f3b10.tar.gz |
Use gnulib for text-utils/column.c
-rw-r--r-- | text-utils/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |