summaryrefslogtreecommitdiffstats
path: root/login-utils/Makefile.am
diff options
context:
space:
mode:
authorLudwig Nussel2012-05-25 10:54:23 +0200
committerLudwig Nussel2012-05-25 10:55:40 +0200
commit9c44ac503f0d18348518f195b36c4ea83ab0ca76 (patch)
treec3b63cf412fe5abd99f00a58cf524f9325d4c060 /login-utils/Makefile.am
parentsyslog always (diff)
downloadkernel-qcow2-util-linux-9c44ac503f0d18348518f195b36c4ea83ab0ca76.tar.gz
kernel-qcow2-util-linux-9c44ac503f0d18348518f195b36c4ea83ab0ca76.tar.xz
kernel-qcow2-util-linux-9c44ac503f0d18348518f195b36c4ea83ab0ca76.zip
use existing logindefs.c and pathnames.h
I'm not sure having /usr/local in _PATH_DEFPATH_ROOT and even putting it in front is such a good idea though. /usr/local might be on NFS so could prevent root from logging in if the network is down.
Diffstat (limited to 'login-utils/Makefile.am')
-rw-r--r--login-utils/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/login-utils/Makefile.am b/login-utils/Makefile.am
index 60e6f1091..8484066db 100644
--- a/login-utils/Makefile.am
+++ b/login-utils/Makefile.am
@@ -71,8 +71,8 @@ vipw_SOURCES = \
$(top_srcdir)/lib/fileutils.c
su_SOURCES = \
su.c \
- getdef.c \
- getdef.h
+ logindefs.c \
+ logindefs.h
chfn_LDADD = $(login_ldadd_common)
chsh_LDADD = $(login_ldadd_common)