summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2012-05-22 15:57:23 +0200
committerKarel Zak2012-06-26 17:25:24 +0200
commit5ed5df5d6eed64bbec6fd8853713fff3506be8ab (patch)
tree9ad1d89ad2cdb4e9a93c215c0186795befeddf3f /Makefile.am
parentbuild-sys: define per-test -DTEST_PROGRAM in lib/ (diff)
downloadkernel-qcow2-util-linux-5ed5df5d6eed64bbec6fd8853713fff3506be8ab.tar.gz
kernel-qcow2-util-linux-5ed5df5d6eed64bbec6fd8853713fff3506be8ab.tar.xz
kernel-qcow2-util-linux-5ed5df5d6eed64bbec6fd8853713fff3506be8ab.zip
build-sys: convert schedutils/ to module
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 138da8eb6..8e9171a61 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,8 @@ include $(top_srcdir)/config/include-Makefile.am
dist_noinst_HEADERS =
noinst_PROGRAMS =
+usrbin_exec_PROGRAMS =
+dist_man_MANS =
SHLIBS_DIRS =
@@ -49,9 +51,6 @@ if BUILD_MOUNT
SUBDIRS += mount
endif
-if BUILD_SCHEDUTILS
-SUBDIRS += schedutils
-endif
AUTOMAKE_OPTIONS = gnu
ACLOCAL_AMFLAGS = -I m4
@@ -66,6 +65,7 @@ EXTRA_DIST = \
include include/Makemodule.am
include lib/Makemodule.am
+include schedutils/Makemodule.am
# Arrange so that .tarball-version appears only in the distribution