summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2012-05-30 16:10:11 +0200
committerKarel Zak2012-06-26 20:46:17 +0200
commitffeb280566d90fce742af31467f6ee29912bf935 (patch)
tree30f6f589ec90fddb64122b4a0aa793dbd088ea39 /Makefile.am
parentbuild-sys: convert term-utils/ to module (diff)
downloadkernel-qcow2-util-linux-ffeb280566d90fce742af31467f6ee29912bf935.tar.gz
kernel-qcow2-util-linux-ffeb280566d90fce742af31467f6ee29912bf935.tar.xz
kernel-qcow2-util-linux-ffeb280566d90fce742af31467f6ee29912bf935.zip
build-sys: convert login-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 d604e24eb..96af99d26 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,7 @@ dist_noinst_HEADERS =
noinst_PROGRAMS =
noinst_LTLIBRARIES =
usrbin_exec_PROGRAMS =
+usrsbin_exec_PROGRAMS =
dist_man_MANS =
man_MANS =
pkgconfig_DATA =
@@ -31,7 +32,6 @@ SUBDIRS = \
disk-utils \
fdisk \
getopt \
- login-utils \
misc-utils \
po \
sys-utils \
@@ -73,6 +73,7 @@ include libmount/Makemodule.am
include schedutils/Makemodule.am
include text-utils/Makemodule.am
include term-utils/Makemodule.am
+include login-utils/Makemodule.am
# Arrange so that .tarball-version appears only in the distribution
# tarball, and never in a checked-out repository.