diff options
author | Max Kellermann <max@duempel.org> | 2008-09-25 20:00:03 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-25 20:00:03 +0200 |
commit | cee4c0450e477e6b683fb3db883227c2a7fa423f (patch) | |
tree | 6d38e37ce065a8db8e7444fae5ab317cf97108f7 /Makefile.am | |
parent | f87fea3cd0792de52c0620c329b67db096a7a687 (diff) | |
download | mpd-cee4c0450e477e6b683fb3db883227c2a7fa423f.tar.gz mpd-cee4c0450e477e6b683fb3db883227c2a7fa423f.tar.xz mpd-cee4c0450e477e6b683fb3db883227c2a7fa423f.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |