aboutsummaryrefslogtreecommitdiffstats
path: root/package/targets.mak
diff options
context:
space:
mode:
Diffstat (limited to 'package/targets.mak')
-rw-r--r--package/targets.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/targets.mak b/package/targets.mak
index 13b1e4d..e6f13aa 100644
--- a/package/targets.mak
+++ b/package/targets.mak
@@ -10,4 +10,7 @@ UTMPS_DESCRIPTION := The utmps library, a secure utmp implementation
ifneq ($(DO_LIBC_INCLUDES),)
EXTRA_INCLUDES := src/include/utmpx.h
+ifneq ($(DO_UTMP),)
+EXTRA_INCLUDES += src/include/utmp.h
+endif
endif