diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-05-06 15:10:09 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-05-06 15:10:09 -0700 |
commit | 8fb16a04e6be250fdae2ce85354aae3702151140 (patch) | |
tree | 8f116a52dd46ff3585adb67cc6a7942e969202fa /login/Makefile | |
parent | b99b892f6854b98bac5a581cbd20a6a7ed2e2470 (diff) | |
download | glibc-8fb16a04e6be250fdae2ce85354aae3702151140.tar.gz glibc-8fb16a04e6be250fdae2ce85354aae3702151140.tar.xz glibc-8fb16a04e6be250fdae2ce85354aae3702151140.zip |
Move getlogin, getlogin_r, setlogin to login/ subdir.
Diffstat (limited to 'login/Makefile')
-rw-r--r-- | login/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/login/Makefile b/login/Makefile index fa113fb623..4b057ec927 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)"' |