We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010fc08 commit 0377dc6Copy full SHA for 0377dc6
lib/Makefile.am
@@ -119,8 +119,6 @@ libshadow_la_SOURCES = \
119
groupio.h \
120
gshadow.c \
121
hushed.c \
122
- idmapping.h \
123
- idmapping.c \
124
isexpired.c \
125
limits.c \
126
list.c \
@@ -273,6 +271,10 @@ libshadow_la_SOURCES = \
273
271
xgetspnam.c \
274
272
yesno.c
275
+if ENABLE_SUBIDS
+libshadow_la_SOURCES += idmapping.h idmapping.c
276
+endif
277
+
278
if WITH_TCB
279
libshadow_la_SOURCES += tcbfuncs.c tcbfuncs.h
280
endif
0 commit comments