summaryrefslogtreecommitdiffstats
path: root/misc-utils/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2017-03-23 14:09:20 +0100
committerKarel Zak2017-03-23 14:09:20 +0100
commit3e37d7b7731d47f5c3648607cf09e4d18cfe0489 (patch)
tree2b05cce4a8be0e9ef7878febd5969e1cf14425da /misc-utils/Makemodule.am
parentfincore: cleanup return codes (diff)
downloadkernel-qcow2-util-linux-3e37d7b7731d47f5c3648607cf09e4d18cfe0489.tar.gz
kernel-qcow2-util-linux-3e37d7b7731d47f5c3648607cf09e4d18cfe0489.tar.xz
kernel-qcow2-util-linux-3e37d7b7731d47f5c3648607cf09e4d18cfe0489.zip
fincore: use libsmartcols
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/Makemodule.am')
-rw-r--r--misc-utils/Makemodule.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc-utils/Makemodule.am b/misc-utils/Makemodule.am
index 8cad4d650..2a159aa41 100644
--- a/misc-utils/Makemodule.am
+++ b/misc-utils/Makemodule.am
@@ -185,4 +185,6 @@ if BUILD_FINCORE
usrbin_exec_PROGRAMS += fincore
dist_man_MANS += misc-utils/fincore.1
fincore_SOURCES = misc-utils/fincore.c
+fincore_LDADD = $(LDADD) libsmartcols.la libcommon.la
+fincore_CFLAGS = $(AM_CFLAGS) -I$(ul_libsmartcols_incdir)
endif