From 6fabb44f8b5d9615fd316bac87133d4b5ce69a3b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 25 Sep 2008 16:03:44 +0200 Subject: Makefile: don't install disabled lyrics plugins Don't install the lyrics plugins if the lyrics screen is disabled. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 681a80ac9..4084efd2a 100644 --- a/configure.ac +++ b/configure.ac @@ -254,6 +254,8 @@ if test "x$lyrics_screen" != "xyes" ; then lyrics_screen=no fi +AM_CONDITIONAL(LYRICS, test x$lyrics_screen = xyes) + AC_MSG_RESULT([$lyrics_screen]) AC_ARG_WITH([lyrics-plugin-dir], -- cgit v1.2.3