yoz pushed a commit to branch master. http://git.enlightenment.org/misc/entrance.git/commit/?id=6b30bbe629367fd2d0a2a0cf7823b27e3554311b
commit 6b30bbe629367fd2d0a2a0cf7823b27e3554311b Author: Michaƫl Bouchaud (yoz) <[email protected]> Date: Tue May 13 16:09:32 2014 +0200 entrance: fix make distcheck when systemd is detected --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index a910b3f..c2e574e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ AUTOMAKE_OPTIONS = subdir-objects +AM_DISTCHECK_CONFIGURE_FLAGS = --disable-systemd + ACLOCAL_AMFLAGS = -I m4 MAINTAINERCLEANFILES = \ --
