From: Max Kellermann Date: Fri, 5 Dec 2008 08:17:45 +0000 (+0100) Subject: Makefile.am: distribute the lyrics plugins even when they are disabled X-Git-Tag: release-0.12~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bdb1e073eeb877273585bfa9ec4d3c755bc6e0a0;p=ncmpc.git Makefile.am: distribute the lyrics plugins even when they are disabled The source tarball should always contain all files. The lyrics plugins were not distributed when the plugin was disabled in the last configure run. --- diff --git a/Makefile.am b/Makefile.am index 3fa8f41..9e4e6a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,12 +25,12 @@ sparse-check: # lyrics plugins # -if ENABLE_LYRICS_SCREEN - lyrics_plugins = hd.sh leoslyrics.py lyricswiki.rb EXTRA_DIST += $(addprefix lyrics/,$(lyrics_plugins)) +if ENABLE_LYRICS_SCREEN + install-exec-local: install -m 0755 -d $(DESTDIR)$(lyrics_plugin_dir) cd lyrics && install -m 0755 $(lyrics_plugins) $(DESTDIR)$(lyrics_plugin_dir)