From 7ac7be14eb4c8927fddffbe01fed74c605bf8597 Mon Sep 17 00:00:00 2001 From: Salvatore Cro Date: Thu, 9 Sep 2010 15:38:15 +0200 Subject: misc: utmpx based logging support misc: Added support for accessing user accounting database based on utmpx structure. Signed-off-by: Salvatore Cro Signed-off-by: Carmelo Amoroso --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 1c0e30571..fe8e98398 100644 --- a/Makefile.in +++ b/Makefile.in @@ -211,7 +211,6 @@ HEADERS_RM- := \ bits/kernel_types.h \ bits/syscalls.h \ bits/syscalls-common.h \ - bits/utmpx.h \ bits/uClibc_errno.h \ bits/uClibc_uintmaxtostr.h \ bits/sigcontextinfo.h \ @@ -220,6 +219,9 @@ HEADERS_RM- := \ rpc/des_crypt.h \ rpc/key_prot.h \ rpc/rpc_des.h +HEADERS_RM-$(UCLIBC_HAS_UTMPX) += \ + bits/utmpx.h \ + utmpx.h HEADERS_RM-$(UCLIBC_HAS_FLOATS) += \ complex.h \ fpu_control.h \ -- cgit v1.2.3