X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=76662b18269fc00416dfd9aca3d70a70c27bbe30;hb=96551bae6107936a4576b9b4b391abbc9963bdfe;hp=3dc4b0f28e23cc77a63c4842b43f90a2a147e529;hpb=139be57d9441b5c890e1e4ee69e15aad03276fde;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 3dc4b0f28..76662b182 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,6 +44,7 @@ AM_CPPFLAGS = \ -DSESSION_DATA_UNIT_PATH=\"$(sessionunitdir)\" \ -DCGROUP_AGENT_PATH=\"$(rootlibexecdir)/systemd-cgroups-agent\" \ -DSYSTEMD_BINARY_PATH=\"$(rootbindir)/systemd\" \ + -DSYSTEMCTL_BINARY_PATH=\"$(rootbindir)/systemctl\" \ -I $(top_srcdir)/src rootbin_PROGRAMS = \ @@ -287,7 +288,8 @@ EXTRA_DIST += \ src/securebits.h \ src/linux/auto_dev-ioctl.h \ src/initreq.h \ - src/sd-daemon.h + src/sd-daemon.h \ + src/special.h dist_man_MANS = \ man/systemd.unit.5 \