summaryrefslogtreecommitdiff
path: root/src/grp-system/systemd-shutdown/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/systemd-shutdown/Makefile')
-rw-r--r--src/grp-system/systemd-shutdown/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/grp-system/systemd-shutdown/Makefile b/src/grp-system/systemd-shutdown/Makefile
index f68758174a..c56f0f9adc 100644
--- a/src/grp-system/systemd-shutdown/Makefile
+++ b/src/grp-system/systemd-shutdown/Makefile
@@ -36,4 +36,7 @@ systemd_shutdown_SOURCES = \
systemd_shutdown_LDADD = \
libsystemd-shared.la
+sd.CPPFLAGS += -DSYSTEM_SHUTDOWN_PATH=\"$(systemshutdowndir)\"
+sd.CPPFLAGS += -DKEXEC=\"$(KEXEC)\"
+
include $(topsrcdir)/build-aux/Makefile.tail.mk