X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=d2dfc9cf77bee4a8df3395e101acd61ee7f107d7;hb=04ebb5956719e3e301e1c08443c496ad97399544;hp=0aebeb2d9809dcdc4101cba2b10f05d11ada5608;hpb=7e59bfcb18bcfdb82fa1f197c935bb15a22aa582;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 0aebeb2d9..d2dfc9cf7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -761,7 +761,6 @@ libsystemd_core_la_SOURCES = \ src/bus-errors.h \ src/cgroup-show.h \ src/build.h \ - src/shutdownd.h \ src/umount.h \ src/ask-password-api.h \ src/sysfs-show.h \ @@ -934,9 +933,13 @@ systemd_shutdownd_SOURCES = \ src/shutdownd.c systemd_shutdownd_LDADD = \ - libsystemd-shared.la \ + libsystemd-shared-selinux.la \ libsystemd-daemon.la +pkginclude_HEADERS += \ + src/systemd/sd-shutdown.h + +# ------------------------------------------------------------------------------ systemd_shutdown_SOURCES = \ src/mount-setup.c \ src/umount.c \