From d77ab74af75cbb5d10875ee156af3078c5d40700 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 4 Jun 2012 10:36:37 +0200 Subject: build-sys: convert lib/ to libcommon.la Signed-off-by: Karel Zak --- text-utils/Makemodule.am | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) (limited to 'text-utils/Makemodule.am') diff --git a/text-utils/Makemodule.am b/text-utils/Makemodule.am index b8eae9bd0..691ed1d5e 100644 --- a/text-utils/Makemodule.am +++ b/text-utils/Makemodule.am @@ -17,19 +17,16 @@ dist_man_MANS += \ text-utils/rev.1 \ text-utils/tailf.1 -col_SOURCES = \ - text-utils/col.c \ - lib/strutils.c +col_SOURCES = text-utils/col.c +col_LDADD = libcommon.la colcrt_SOURCES = text-utils/colcrt.c -colrm_SOURCES = \ - text-utils/colrm.c \ - lib/strutils.c +colrm_SOURCES = text-utils/colrm.c +colrm_LDADD = libcommon.la -column_SOURCES = \ - text-utils/column.c \ - lib/strutils.c +column_SOURCES = text-utils/column.c +column_LDADD = libcommon.la hexdump_SOURCES = \ text-utils/conv.c \ @@ -37,15 +34,13 @@ hexdump_SOURCES = \ text-utils/hexdump.c \ text-utils/hexdump.h \ text-utils/hexsyntax.c \ - text-utils/parse.c \ - lib/strutils.c + text-utils/parse.c +hexdump_LDADD = libcommon.la rev_SOURCES = text-utils/rev.c -tailf_SOURCES = \ - text-utils/tailf.c \ - lib/strutils.c - +tailf_SOURCES = text-utils/tailf.c +tailf_LDADD = libcommon.la if BUILD_LINE usrbin_exec_PROGRAMS += line -- cgit v1.2.3-55-g7522