summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-07-26 03:34:18 +0200
committerKay Sievers <kay@vrfy.org>2013-07-26 04:13:55 +0200
commit39bdfa31f2f00c3357e2a7a5f139abee6d7c7cd3 (patch)
tree82b73224f774156f6ab57ef60af0f26ed6507e3d /Makefile.am
parent819da59577758a7a328020546127091e45bc59e7 (diff)
shared: split mkdir_*() and mkdir_*_label() from each other
Avoid pulling-in selinux for tools which just create directories but not need to fix the selinux label.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3d08d7cb9c..8ac1d8d0f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -752,6 +752,7 @@ libsystemd_label_la_SOURCES = \
src/shared/selinux-util.c \
src/shared/selinux-util.h \
src/shared/mkdir.c \
+ src/shared/mkdir-label.c \
src/shared/mkdir.h \
src/shared/ask-password-api.c \
src/shared/ask-password-api.h \