From 7e86cd5470fb0d4b5b405c54df9fe411d4afc702 Mon Sep 17 00:00:00 2001 From: Ondrej Oprala Date: Thu, 27 Mar 2014 16:59:16 +0100 Subject: losetup: use libsmartcols Signed-off-by: Ondrej Oprala --- sys-utils/Makemodule.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys-utils/Makemodule.am') diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am index 93a2c8d92..a1bdd83f5 100644 --- a/sys-utils/Makemodule.am +++ b/sys-utils/Makemodule.am @@ -155,14 +155,15 @@ if BUILD_LOSETUP sbin_PROGRAMS += losetup dist_man_MANS += sys-utils/losetup.8 losetup_SOURCES = sys-utils/losetup.c -losetup_LDADD = $(LDADD) libcommon.la - +losetup_LDADD = $(LDADD) libcommon.la libsmartcols.la +losetup_CFLAGS = $(AM_CFLAGS) -I$(ul_libsmartcols_incdir) if HAVE_STATIC_LOSETUP bin_PROGRAMS += losetup.static losetup_static_SOURCES = $(losetup_SOURCES) losetup_static_LDFLAGS = -all-static losetup_static_LDADD = $(losetup_LDADD) +losetup_static_CFLAGS = $(AM_CFLAGS) -I$(ul_libsmartcols_incdir) endif endif # BUILD_LOSETUP -- cgit v1.2.3-55-g7522