From cee4c0450e477e6b683fb3db883227c2a7fa423f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 25 Sep 2008 20:00:03 +0200 Subject: screen: don't compile disabled sources Instead of evaluating macros from config.h in the disabled source, don't start the compiler on it at all. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 25a7b6376..77720dd1a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ EXTRA_DIST = \ # lyrics plugins # -if LYRICS +if ENABLE_LYRICS_SCREEN lyrics_plugin_dir = @lyrics_plugin_dir@ lyrics_plugins = hd.sh leoslyrics.py lyricswiki.rb -- cgit v1.2.3