summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1dcd683)
raw | patch | inline | side by side (parent: 1dcd683)
author | Max Kellermann <max@duempel.org> | |
Fri, 5 Dec 2008 08:17:45 +0000 (09:17 +0100) | ||
committer | Max 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.
plugins were not distributed when the plugin was disabled in the last
configure run.
Makefile.am | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index 3fa8f41a035b0a6051766495b1e11e0f7aa0813a..9e4e6a2596e38823b3b09553f4c071255ef15205 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
# 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)