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://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=926e43013353ed8bee614a3dc35dd0da69cdc59f;p=systemd systemd-shutdown: add umount.h to sources --- diff --git a/Makefile.am b/Makefile.am index 13c6ffa4..021babc4 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