From 8ee507c273d17ecd0045240132d29c20ddf07740 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 4 Dec 2008 14:57:52 +0100 Subject: [PATCH] lyrics: include the lyrics plugins in the dist tarball Add the lyrics scripts to $(EXTRA_DIST). --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.30.2