diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/utils/pmx/Makefile.am | 3 | ||||
-rw-r--r-- | Build/source/utils/pmx/Makefile.in | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/utils/pmx/Makefile.am b/Build/source/utils/pmx/Makefile.am index adcfc3a0e69..8019644fadc 100644 --- a/Build/source/utils/pmx/Makefile.am +++ b/Build/source/utils/pmx/Makefile.am @@ -252,6 +252,7 @@ TESTS = pmx.test EXTRA_DIST += $(TESTS) ## pmx.test -EXTRA_DIST += tests/barsant* +EXTRA_DIST += tests/barsant.mid tests/barsant.pml tests/barsant.pmx \ + tests/barsant.tex tests/barsant1.pmx tests/barsant2.pmx DISTCLEANFILES = barsant* pmxaerr.dat diff --git a/Build/source/utils/pmx/Makefile.in b/Build/source/utils/pmx/Makefile.in index 892876becd7..3c604f68cfe 100644 --- a/Build/source/utils/pmx/Makefile.in +++ b/Build/source/utils/pmx/Makefile.in @@ -279,7 +279,8 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 EXTRA_DIST = $(PMX_TREE) $(PMX_TREE)-PATCHES ../../build-aux/relpath \ - $(TESTS) tests/barsant* + $(TESTS) tests/barsant.mid tests/barsant.pml tests/barsant.pmx \ + tests/barsant.tex tests/barsant1.pmx tests/barsant2.pmx INCLUDES = -I$(srcdir)/$(PMX_TREE)/libf2c AM_CFLAGS = #$(WARNING_CFLAGS) pmxab_SOURCES = $(PMX_TREE)/pmxab.c |