summaryrefslogtreecommitdiffstats
path: root/text-utils/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2012-06-04 10:36:37 +0200
committerKarel Zak2012-06-26 20:50:53 +0200
commitd77ab74af75cbb5d10875ee156af3078c5d40700 (patch)
treefb32b1e985fb03f1366fc139d7d2f8c6590d8a89 /text-utils/Makemodule.am
parentbuild-sys: remove include-Makefile.am (diff)
downloadkernel-qcow2-util-linux-d77ab74af75cbb5d10875ee156af3078c5d40700.tar.gz
kernel-qcow2-util-linux-d77ab74af75cbb5d10875ee156af3078c5d40700.tar.xz
kernel-qcow2-util-linux-d77ab74af75cbb5d10875ee156af3078c5d40700.zip
build-sys: convert lib/ to libcommon.la
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils/Makemodule.am')
-rw-r--r--text-utils/Makemodule.am25
1 files changed, 10 insertions, 15 deletions
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