summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-10-08 14:47:55 +0200
committerKay Sievers <kay.sievers@vrfy.org>2010-10-08 14:47:55 +0200
commit926e43013353ed8bee614a3dc35dd0da69cdc59f (patch)
tree4fd1bc1b0fb27d8a938bc80ae7b1991c6df29f97
parentb9c0d4415b8cd6135321185b6febfdd1366a477c (diff)
systemd-shutdown: add umount.h to sources
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 13c6ffa4db..021babc439 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