diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-08 13:20:56 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-08 13:20:56 -0400 |
commit | 1cfeca882ebbd2de350a62e97e7ace35d3a57644 (patch) | |
tree | e6ca6b8ae85c643f1c4a59d9467e74fd4825c8a7 /src/systemd-cryptsetup | |
parent | 7f991fe569fc0562c9d67b3a473f9a4dda8dbc4d (diff) |
fix
Diffstat (limited to 'src/systemd-cryptsetup')
-rw-r--r-- | src/systemd-cryptsetup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd-cryptsetup/Makefile b/src/systemd-cryptsetup/Makefile index 116ffbc664..981bd89c85 100644 --- a/src/systemd-cryptsetup/Makefile +++ b/src/systemd-cryptsetup/Makefile @@ -56,6 +56,6 @@ SYSINIT_TARGET_WANTS += \ endif # HAVE_LIBCRYPTSETUP -systemd.CPPFLAGS += -DSYSTEMD_CRYPTSETUP_PATH=\"$(rootlibexecdir)/systemd-cryptsetup\" +sd.CPPFLAGS += -DSYSTEMD_CRYPTSETUP_PATH=\"$(rootlibexecdir)/systemd-cryptsetup\" include $(topsrcdir)/build-aux/Makefile.tail.mk |