diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-01-22 01:36:28 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-01-22 01:36:28 +0300 |
commit | a050fe259c5a300db2050a68cdecb2b1d99da01e (patch) | |
tree | d5bc3b78756b7a9661d85e2959e06e7ddfa0e02e | |
parent | a3751899f6b90424e5e78be34023645443d7f9fb (diff) | |
download | util-linux-old-a050fe259c5a300db2050a68cdecb2b1d99da01e.tar.gz |
Link with gnulib
-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 a3f59e9f..6dae8851 100644 --- a/text-utils/Makefile.am +++ b/text-utils/Makefile.am @@ -10,6 +10,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 +hexdump_LDADD = -L$(top_builddir)/gnulib -lgnu if HAVE_NCURSES bin_PROGRAMS = more |