Code

lyrics: include the lyrics plugins in the dist tarball
authorMax Kellermann <max@duempel.org>
Thu, 4 Dec 2008 13:57:52 +0000 (14:57 +0100)
committerMax Kellermann <max@duempel.org>
Thu, 4 Dec 2008 13:57:52 +0000 (14:57 +0100)
Add the lyrics scripts to $(EXTRA_DIST).

Makefile.am

index 9991983461d34da923189f4b26c03229135bf5ae..3fa8f41a035b0a6051766495b1e11e0f7aa0813a 100644 (file)
@@ -29,6 +29,8 @@ if ENABLE_LYRICS_SCREEN
 
 lyrics_plugins = hd.sh leoslyrics.py lyricswiki.rb
 
+EXTRA_DIST += $(addprefix lyrics/,$(lyrics_plugins))
+
 install-exec-local:
        install -m 0755 -d $(DESTDIR)$(lyrics_plugin_dir)
        cd lyrics && install -m 0755 $(lyrics_plugins) $(DESTDIR)$(lyrics_plugin_dir)