From 38d691921ce692ffd9e4584262ce4d3f9dfd3121 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 24 Feb 2017 14:05:59 +0100 Subject: column: split old and new code Signed-off-by: Karel Zak --- text-utils/Makemodule.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'text-utils/Makemodule.am') 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 -- cgit v1.2.3-55-g7522