diff options
author | Max Kellermann <max@duempel.org> | 2008-12-04 14:57:52 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-04 14:57:52 +0100 |
commit | 8ee507c273d17ecd0045240132d29c20ddf07740 (patch) | |
tree | 52d1a46bc84fe60df89efc7f323022a33485a853 | |
parent | dad505cb70c15da763cd695b97ba3c4a805926b5 (diff) | |
download | mpd-8ee507c273d17ecd0045240132d29c20ddf07740.tar.gz mpd-8ee507c273d17ecd0045240132d29c20ddf07740.tar.xz mpd-8ee507c273d17ecd0045240132d29c20ddf07740.zip |
lyrics: include the lyrics plugins in the dist tarball
Add the lyrics scripts to $(EXTRA_DIST).
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 999198346..3fa8f41a0 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) |