summaryrefslogtreecommitdiff
path: root/src/libshared
diff options
context:
space:
mode:
Diffstat (limited to 'src/libshared')
-rw-r--r--src/libshared/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libshared/Makefile b/src/libshared/Makefile
index dc9e222fc4..6bc8725521 100644
--- a/src/libshared/Makefile
+++ b/src/libshared/Makefile
@@ -109,19 +109,19 @@ libshared_la_SOURCES = \
ifneq ($(HAVE_UTMP),)
libshared_la_SOURCES += \
src/shared/utmp-wtmp.c
-endif
+endif # HAVE_UTMP
ifneq ($(HAVE_SECCOMP),)
libshared_la_SOURCES += \
src/shared/seccomp-util.h \
src/shared/seccomp-util.c
-endif
+endif # HAVE_SECCOMP
ifneq ($(HAVE_ACL),)
libshared_la_SOURCES += \
src/shared/acl-util.c \
src/shared/acl-util.h
-endif
+endif # HAVE_ACL
libshared_la_CFLAGS = \
$(AM_CFLAGS) \