summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/Makefile.am
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-09-25 06:05:30 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-09-25 06:05:30 +0000
commitf77c54eb48f9abb742a0102243e04168e04f8d9f (patch)
treed39cc0f736eef5cd39e971f3834b6f521ddb00b4 /Build/source/texk/gregorio/Makefile.am
parent337eaca0d4cd1b1257bfd995e50bd4caac7565e9 (diff)
gregorio 4.2.0
git-svn-id: svn://tug.org/texlive/trunk@42143 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gregorio/Makefile.am')
-rw-r--r--Build/source/texk/gregorio/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/gregorio/Makefile.am b/Build/source/texk/gregorio/Makefile.am
index 0bd9d26f90b..f0e3707cd2d 100644
--- a/Build/source/texk/gregorio/Makefile.am
+++ b/Build/source/texk/gregorio/Makefile.am
@@ -20,7 +20,7 @@ AM_CPPFLAGS = \
$(KPATHSEA_INCLUDES) -D_GNU_SOURCE -DUSE_KPSE
AM_CFLAGS = $(WARNING_CFLAGS)
-bin_PROGRAMS = gregorio
+bin_PROGRAMS = gregorio-$(FILENAME_VERSION)
gregorio_SOURCES = \
@GREGORIO_TREE@/src/characters.c \
@@ -34,6 +34,7 @@ gregorio_SOURCES = \
@GREGORIO_TREE@/src/gabc/gabc-elements-determination.c \
@GREGORIO_TREE@/src/gabc/gabc-glyphs-determination.c \
@GREGORIO_TREE@/src/gabc/gabc-notes-determination-l.c \
+ @GREGORIO_TREE@/src/gabc/gabc-score-determination.c \
@GREGORIO_TREE@/src/gabc/gabc-score-determination-l.c \
@GREGORIO_TREE@/src/gabc/gabc-score-determination-y.c \
@GREGORIO_TREE@/src/gabc/gabc-write.c \
@@ -57,4 +58,3 @@ TESTS = gregorio.test
gregorio.log: gregorio$(EXEEXT)
EXTRA_DIST += $(TESTS)
DISTCLEANFILES = factus.gtex veni.gtex
-