aboutsummaryrefslogtreecommitdiff
path: root/login/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-05-06 15:10:09 -0700
committerRoland McGrath <roland@hack.frob.com>2013-05-06 15:10:09 -0700
commit8fb16a04e6be250fdae2ce85354aae3702151140 (patch)
tree8f116a52dd46ff3585adb67cc6a7942e969202fa /login/Makefile
parentb99b892f6854b98bac5a581cbd20a6a7ed2e2470 (diff)
downloadglibc-8fb16a04e6be250fdae2ce85354aae3702151140.zip
glibc-8fb16a04e6be250fdae2ce85354aae3702151140.tar.gz
glibc-8fb16a04e6be250fdae2ce85354aae3702151140.tar.bz2
Move getlogin, getlogin_r, setlogin to login/ subdir.
Diffstat (limited to 'login/Makefile')
-rw-r--r--login/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/login/Makefile b/login/Makefile
index fa113fb..4b057ec 100644
--- a/login/Makefile
+++ b/login/Makefile
@@ -23,7 +23,8 @@ subdir := login
headers := utmp.h bits/utmp.h lastlog.h pty.h
-routines := getutent getutent_r getutid getutline getutid_r getutline_r \
+routines := getlogin getlogin_r setlogin \
+ getutent getutent_r getutid getutline getutid_r getutline_r \
utmp_file utmpname updwtmp getpt grantpt unlockpt ptsname
CFLAGS-grantpt.c = -DLIBEXECDIR='"$(libexecdir)"'