Code

Makefile.am: distribute the lyrics plugins even when they are disabled
authorMax Kellermann <max@duempel.org>
Fri, 5 Dec 2008 08:17:45 +0000 (09:17 +0100)
committerMax Kellermann <max@duempel.org>
Fri, 5 Dec 2008 08:17:45 +0000 (09:17 +0100)
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

index 3fa8f41a035b0a6051766495b1e11e0f7aa0813a..9e4e6a2596e38823b3b09553f4c071255ef15205 100644 (file)
@@ -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)