From: Max Kellermann Date: Thu, 4 Dec 2008 13:57:52 +0000 (+0100) Subject: lyrics: include the lyrics plugins in the dist tarball X-Git-Tag: release-0.12~11 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8ee507c273d17ecd0045240132d29c20ddf07740;p=ncmpc.git lyrics: include the lyrics plugins in the dist tarball Add the lyrics scripts to $(EXTRA_DIST). --- diff --git a/Makefile.am b/Makefile.am index 9991983..3fa8f41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)