[$(subdir)==login] (sysdep_routines): Add setutxent, getutxent,
authorUlrich Drepper <drepper@redhat.com>
Tue, 5 Dec 2000 03:46:39 +0000 (03:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 5 Dec 2000 03:46:39 +0000 (03:46 +0000)
endutxent, getutxid, getutxline, pututxline, and utmpxname.

sysdeps/unix/sysv/aix/Makefile

index 3de7e02..b49b562 100644 (file)
@@ -9,6 +9,13 @@ ifeq ($(subdir),misc)
 sysdep_routines += dl-open dl-sym dl-close
 endif
 
+ifeq ($(subdir),login)
+sysdep_routines += setutxent getutxent endutxent getutxid getutxline \
+                   pututxline utmpxname
+
+sysdep_headers += utmpx.h bits/utmpx.h
+endif
+
 # Don't compile the ctype glue code, since there is no old non-GNU C library.
 inhibit-glue = yes