From bdb1e073eeb877273585bfa9ec4d3c755bc6e0a0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 5 Dec 2008 09:17:45 +0100 Subject: 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. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3fa8f41a0..9e4e6a259 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) -- cgit v1.2.3