summaryrefslogtreecommitdiff
path: root/src/systemd-cryptsetup
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-13 12:59:39 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-13 12:59:39 -0400
commit30e337e22d0bbf25150d8a795f6e41d17edb2a74 (patch)
tree247aa2942841894e6df8245d04b0e483cf1ee5bd /src/systemd-cryptsetup
parent9ef8b774c00a2ac078db4310a6b279e93c248253 (diff)
more
Diffstat (limited to 'src/systemd-cryptsetup')
-rw-r--r--src/systemd-cryptsetup/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd-cryptsetup/Makefile b/src/systemd-cryptsetup/Makefile
index 2a64200397..482bdc6fa0 100644
--- a/src/systemd-cryptsetup/Makefile
+++ b/src/systemd-cryptsetup/Makefile
@@ -57,5 +57,6 @@ SYSINIT_TARGET_WANTS += \
endif # HAVE_LIBCRYPTSETUP
systemd.CPPFLAGS += -I$(topsrcdir)/src/libsystemd/libsystemd-internal/sd-device
+systemd.CPPFLAGS += -DSYSTEMD_CRYPTSETUP_PATH=\"$(rootlibexecdir)/systemd-cryptsetup\"
include $(topsrcdir)/build-aux/Makefile.tail.mk