summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2012-06-26 18:14:36 +0200
committerKarel Zak2012-06-26 20:48:23 +0200
commit37b88bfcd797977bc5f62ac1a2b07b1361c70d90 (patch)
treea4a2e7c13452499ed875dc04871d67ad22ee9029 /Makefile.am
parentbuild-sys: move hwclock to sys-utils/ (diff)
downloadkernel-qcow2-util-linux-37b88bfcd797977bc5f62ac1a2b07b1361c70d90.tar.gz
kernel-qcow2-util-linux-37b88bfcd797977bc5f62ac1a2b07b1361c70d90.tar.xz
kernel-qcow2-util-linux-37b88bfcd797977bc5f62ac1a2b07b1361c70d90.zip
build-sys: convert misc-utils/ to module
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8b8d5a95d..3933d1e80 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,6 +14,7 @@ usrlib_exec_LTLIBRARIES =
bin_PROGRAMS =
sbin_PROGRAMS =
dist_usrbin_exec_SCRIPTS =
+systemdsystemunit_DATA =
INSTALL_EXEC_HOOKS =
UNINSTALL_HOOKS =
@@ -29,7 +30,6 @@ SUBDIRS = \
disk-utils \
fdisk \
getopt \
- misc-utils \
po \
tests
@@ -62,6 +62,7 @@ include term-utils/Makemodule.am
include login-utils/Makemodule.am
include mount-deprecated/Makemodule.am
include sys-utils/Makemodule.am
+include misc-utils/Makemodule.am
# Arrange so that .tarball-version appears only in the distribution
# tarball, and never in a checked-out repository.