From 71a4f6c67eb7b45a401c2fc6bf381b44e0efec1d Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 27 Aug 2011 05:17:09 +0100 Subject: [PATCH] Dist: build fixes. --- input/regression/lilypond-book/GNUmakefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/input/regression/lilypond-book/GNUmakefile b/input/regression/lilypond-book/GNUmakefile index 2963408eb8..6081f7fe36 100644 --- a/input/regression/lilypond-book/GNUmakefile +++ b/input/regression/lilypond-book/GNUmakefile @@ -10,4 +10,9 @@ include $(depth)/make/stepmake.make TITLE=lilypond-book Test Suite EXTRA_DIST_FILES = include.mxl +EXTRA_DIST_FILES += $(call src-wildcard,*.ly) +EXTRA_DIST_FILES += $(call src-wildcard,*.ily) +EXTRA_DIST_FILES += $(call src-wildcard,*.tely) +EXTRA_DIST_FILES += $(call src-wildcard,*.itely) + -- 2.39.5