diff options
author | Salvatore Cro <salvatore.cro@st.com> | 2010-09-09 15:38:15 +0200 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2010-09-14 14:36:00 +0200 |
commit | 7ac7be14eb4c8927fddffbe01fed74c605bf8597 (patch) | |
tree | b71a3a55de3efc6332b5b085f587d8be3247354e /Makefile.in | |
parent | 77f573c668505a3a408b3e8fb877b8f76bbdd6f6 (diff) |
misc: utmpx based logging support
misc: Added support for accessing user accounting database based
on utmpx structure.
Signed-off-by: Salvatore Cro <salvatore.cro@st.com>
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |