summaryrefslogtreecommitdiff
path: root/src/systemd-shutdown/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-13 11:30:10 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-13 11:30:10 -0400
commit2a75cd50d49bf1ee06f6ed15949af70edb3c89f9 (patch)
treed9c7bd6741496b659d6df69ab9888674a5f35a39 /src/systemd-shutdown/Makefile
parent4de9dc14a31a32b2825854acea35d8243462b95b (diff)
more
Diffstat (limited to 'src/systemd-shutdown/Makefile')
-rw-r--r--src/systemd-shutdown/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/systemd-shutdown/Makefile b/src/systemd-shutdown/Makefile
index 99c716439f..41782b3c7e 100644
--- a/src/systemd-shutdown/Makefile
+++ b/src/systemd-shutdown/Makefile
@@ -36,4 +36,7 @@ systemd_shutdown_SOURCES = \
systemd_shutdown_LDADD = \
libshared.la
+systemd.CPPFLAGS += -DSYSTEM_SHUTDOWN_PATH=\"$(systemshutdowndir)\"
+systemd.CPPFLAGS += -DKEXEC=\"$(KEXEC)\"
+
include $(topsrcdir)/build-aux/Makefile.tail.mk