summaryrefslogtreecommitdiff
path: root/src/grp-initprogs/systemd-random-seed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-initprogs/systemd-random-seed/Makefile')
-rw-r--r--src/grp-initprogs/systemd-random-seed/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/grp-initprogs/systemd-random-seed/Makefile b/src/grp-initprogs/systemd-random-seed/Makefile
index 8d8fce955c..ecc82206cb 100644
--- a/src/grp-initprogs/systemd-random-seed/Makefile
+++ b/src/grp-initprogs/systemd-random-seed/Makefile
@@ -44,4 +44,7 @@ endif # ENABLE_RANDOMSEED
EXTRA_DIST += \
units/systemd-random-seed.service.in
+sd.CPPFLAGS += -DRANDOM_SEED_DIR=\"$(localstatedir)/lib/systemd/\"
+sd.CPPFLAGS += -DRANDOM_SEED=\"$(localstatedir)/lib/systemd/random-seed\"
+
include $(topsrcdir)/build-aux/Makefile.tail.mk