summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2012-05-30 16:10:11 +0200
committerKarel Zak <kzak@redhat.com>2012-06-26 20:46:17 +0200
commitffeb280566d90fce742af31467f6ee29912bf935 (patch)
tree30f6f589ec90fddb64122b4a0aa793dbd088ea39 /Makefile.am
parent22d2322eb1202f6961041b8fcacbe6e6856fb6b0 (diff)
downloadutil-linux-ffeb280566d90fce742af31467f6ee29912bf935.tar.gz
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 d604e24e..96af99d2 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.