summaryrefslogtreecommitdiffstats
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2015-07-24 12:57:46 +0200
committerKarel Zak2015-07-24 12:57:46 +0200
commit0bef6f759beb87d743c6dfb2a95d3e0b7075a462 (patch)
treee373aca99dedd1a648cbb08238085f69efde308f /lib/Makemodule.am
parenttests: add udevadm settle (diff)
downloadkernel-qcow2-util-linux-0bef6f759beb87d743c6dfb2a95d3e0b7075a462.tar.gz
kernel-qcow2-util-linux-0bef6f759beb87d743c6dfb2a95d3e0b7075a462.tar.xz
kernel-qcow2-util-linux-0bef6f759beb87d743c6dfb2a95d3e0b7075a462.zip
libsmartcols: don't link with tinfo
Let's move color names to sequence translation to separate file to make it usable without all the stuff in lib/colors.c. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r--lib/Makemodule.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index 6ef69570f..e81ca770a 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -10,6 +10,7 @@ libcommon_la_SOURCES = \
lib/env.c \
lib/fileutils.c \
lib/ismounted.c \
+ lib/color-names.c \
lib/mangle.c \
lib/match.c \
lib/mbsalign.c \
@@ -44,7 +45,7 @@ endif
noinst_LTLIBRARIES += libtcolors.la
libtcolors_la_CFLAGS = $(AM_CFLAGS) $(TINFO_CFLAGS)
libtcolors_la_LIBADD = $(TINFO_LIBS)
-libtcolors_la_SOURCES = lib/colors.c include/colors.h
+libtcolors_la_SOURCES = lib/colors.c lib/color-names.c include/colors.h include/color-names.h
dist_man_MANS += lib/terminal-colors.d.5