From ab93d6dde64721027b501e7750d651dc15d605d2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 5 Jan 2009 18:04:14 +0100 Subject: [PATCH] Makefile.am: distribute autogen.sh --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index af1e020..0c8de8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,8 @@ doc_DATA = \ README\ NEWS +EXTRA_DIST = autogen.sh $(addprefix lyrics/,$(lyrics_plugins)) + # build the smalles possible ncmpc binary ncmpc-tiny: $(MAKE) -C src $@ @@ -24,8 +26,6 @@ sparse-check: lyrics_plugins = hd.sh leoslyrics.py lyricswiki.rb -EXTRA_DIST = $(addprefix lyrics/,$(lyrics_plugins)) - if ENABLE_LYRICS_SCREEN install-exec-local: -- 2.30.2