summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-10-13 13:55:06 +0200
committerKay Sievers <kay.sievers@vrfy.org>2010-10-13 13:55:06 +0200
commit26e190cf872226b46c2806c8120a394ad97b62fa (patch)
treec22bb5492594768ec3f4f1dc4eb7cdb7c4dee51e /Makefile.am
parent9fff8a1f165eb401f5411f96c755bb7704fdaa81 (diff)
move .h file from SOURCES to DIST to make vala autotools happy
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a028553cd3..e432dcbbe4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -444,6 +444,7 @@ EXTRA_DIST += \
src/cgroup-show.h \
src/build.h \
src/shutdownd.h \
+ src/umount.h \
src/readahead-common.h
MANPAGES = \
@@ -649,7 +650,6 @@ systemd_shutdownd_LDADD = \
systemd_shutdown_SOURCES = \
src/mount-setup.c \
- src/umount.h \
src/umount.c \
src/shutdown.c