From bc94024d0828c106bb606123d1d443daff408082 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 26 Jun 2012 17:49:37 +0200 Subject: build-sys: convert libmount/ to module Signed-off-by: Karel Zak --- Makefile.am | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 63cae2309..a68ecfca9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,18 +21,10 @@ INSTALL_DATA_HOOKS = EXTRA_DIST = CLEANFILES = - -SHLIBS_DIRS = - -if BUILD_LIBMOUNT -SHLIBS_DIRS += libmount -endif - MAN_DIRS = man/ru SUBDIRS = \ $(MAN_DIRS) \ - $(SHLIBS_DIRS) \ disk-utils \ fdisk \ getopt \ @@ -74,9 +66,11 @@ EXTRA_DIST += \ include include/Makemodule.am include lib/Makemodule.am -include schedutils/Makemodule.am include libuuid/Makemodule.am include libblkid/Makemodule.am +include libmount/Makemodule.am + +include schedutils/Makemodule.am # Arrange so that .tarball-version appears only in the distribution -- cgit v1.2.3-55-g7522