summaryrefslogtreecommitdiffstats
path: root/text-utils/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2017-02-24 14:05:59 +0100
committerKarel Zak2017-05-02 12:17:59 +0200
commit38d691921ce692ffd9e4584262ce4d3f9dfd3121 (patch)
tree3fb5d5e8dcb4730207c4f533656f07a1ce854029 /text-utils/Makemodule.am
parentMerge branch 'master' of https://github.com/pali/util-linux (diff)
downloadkernel-qcow2-util-linux-38d691921ce692ffd9e4584262ce4d3f9dfd3121.tar.gz
kernel-qcow2-util-linux-38d691921ce692ffd9e4584262ce4d3f9dfd3121.tar.xz
kernel-qcow2-util-linux-38d691921ce692ffd9e4584262ce4d3f9dfd3121.zip
column: split old and new code
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils/Makemodule.am')
-rw-r--r--text-utils/Makemodule.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/text-utils/Makemodule.am b/text-utils/Makemodule.am
index f260dd2b7..a0375c0f6 100644
--- a/text-utils/Makemodule.am
+++ b/text-utils/Makemodule.am
@@ -22,7 +22,15 @@ if BUILD_COLUMN
usrbin_exec_PROGRAMS += column
dist_man_MANS += text-utils/column.1
column_SOURCES = text-utils/column.c
-column_LDADD = $(LDADD) libcommon.la
+column_LDADD = $(LDADD) libcommon.la libsmartcols.la
+column_CFLAGS = $(AM_CFLAGS) -I$(ul_libsmartcols_incdir)
+
+### temporary during work on new version
+usrbin_exec_PROGRAMS += column-old
+column_old_SOURCES = text-utils/column-old.c
+column_old_LDADD = $(LDADD) libcommon.la
+###
+
endif
if BUILD_HEXDUMP