From: Kay Sievers Date: Wed, 13 Oct 2010 11:55:06 +0000 (+0200) Subject: move .h file from SOURCES to DIST to make vala autotools happy X-Git-Tag: v12~242 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=26e190cf872226b46c2806c8120a394ad97b62fa move .h file from SOURCES to DIST to make vala autotools happy --- diff --git a/Makefile.am b/Makefile.am index a028553cd..e432dcbbe 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