From: Kay Sievers Date: Fri, 8 Oct 2010 12:47:55 +0000 (+0200) Subject: systemd-shutdown: add umount.h to sources X-Git-Tag: v12~259 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=926e43013353ed8bee614a3dc35dd0da69cdc59f systemd-shutdown: add umount.h to sources --- diff --git a/Makefile.am b/Makefile.am index 13c6ffa4d..021babc43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -648,6 +648,7 @@ systemd_shutdownd_LDADD = \ systemd_shutdown_SOURCES = \ src/mount-setup.c \ + src/umount.h \ src/umount.c \ src/shutdown.c