summaryrefslogtreecommitdiffstats
path: root/libsmartcols
diff options
context:
space:
mode:
authorKarel Zak2016-09-13 16:50:10 +0200
committerKarel Zak2016-09-13 16:50:10 +0200
commit6db10580caf941e785dc3471d87c9e4ee0df788f (patch)
tree4caf89ee0a0c541cd805dd6c79ef588e8c7ace40 /libsmartcols
parenttests: improve libsmartcols test (diff)
downloadkernel-qcow2-util-linux-6db10580caf941e785dc3471d87c9e4ee0df788f.tar.gz
kernel-qcow2-util-linux-6db10580caf941e785dc3471d87c9e4ee0df788f.tar.xz
kernel-qcow2-util-linux-6db10580caf941e785dc3471d87c9e4ee0df788f.zip
build-sys: remove dead libsmartcols sample
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols')
-rw-r--r--libsmartcols/samples/Makemodule.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/libsmartcols/samples/Makemodule.am b/libsmartcols/samples/Makemodule.am
index 399e75a3b..b44d888b4 100644
--- a/libsmartcols/samples/Makemodule.am
+++ b/libsmartcols/samples/Makemodule.am
@@ -2,7 +2,6 @@
check_PROGRAMS += \
sample-scols-title \
sample-scols-wrap \
- sample-scols-wrapnl \
sample-scols-continuous \
sample-scols-fromfile \
sample-scols-maxout
@@ -26,10 +25,6 @@ sample_scols_wrap_SOURCES = libsmartcols/samples/wrap.c
sample_scols_wrap_LDADD = $(sample_scols_ldadd)
sample_scols_wrap_CFLAGS = $(sample_scols_cflags)
-sample_scols_wrapnl_SOURCES = libsmartcols/samples/wrapnl.c
-sample_scols_wrapnl_LDADD = $(sample_scols_ldadd) libcommon.la
-sample_scols_wrapnl_CFLAGS = $(sample_scols_cflags)
-
sample_scols_continuous_SOURCES = libsmartcols/samples/continuous.c
sample_scols_continuous_LDADD = $(sample_scols_ldadd) libcommon.la
sample_scols_continuous_CFLAGS = $(sample_scols_cflags)