From 786b4b05dc1bfc725995f4c2556d49aec5e2ae1b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 9 Feb 2011 22:35:00 +0100 Subject: systemd: add unit for bootup and shutdown sounds --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bc36f32..ffa7265 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,7 +66,10 @@ else install-data-local: endif -DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-gtk-doc \ + --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) + ACLOCAL_AMFLAGS = -I m4 README: -- cgit