diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-10-08 14:47:55 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-10-08 14:47:55 +0200 |
commit | 926e43013353ed8bee614a3dc35dd0da69cdc59f (patch) | |
tree | 4fd1bc1b0fb27d8a938bc80ae7b1991c6df29f97 /Makefile.am | |
parent | b9c0d4415b8cd6135321185b6febfdd1366a477c (diff) |
systemd-shutdown: add umount.h to sources
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
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 |