From: Matt Birkholz Date: Sun, 29 May 2016 01:29:36 +0000 (-0700) Subject: x11/Makefile.am: Add missing optiondb.scm to EXTRA_DIST. X-Git-Tag: mit-scheme-pucked-9.2.12~261^2~38 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=47cf0589276d87ecfd9a23824f9228c2866e8924;p=mit-scheme.git x11/Makefile.am: Add missing optiondb.scm to EXTRA_DIST. --- diff --git a/src/x11/Makefile.am b/src/x11/Makefile.am index 93abf62d3..1a0a8f589 100644 --- a/src/x11/Makefile.am +++ b/src/x11/Makefile.am @@ -94,19 +94,18 @@ stamp-scheme: stamp-shim $(sources) x11.pkg CLEANFILES = x11-const* x11-shim.c CLEANFILES += *.bin *.ext *.com *.bci *.moc *.fni *.crf *.fre *.pkd -#TESTS = x11-check.sh +TESTS = x11-check.sh tags: tags-am ./tags-fix.sh x11 -TESTS = x11-check.sh - all_sources = $(sources) $(c_sources) ETAGS_ARGS = $(all_sources) -r '/^([^iI].*/' $(cdecls) TAGS_DEPENDENCIES = $(all_sources) $(cdecls) EXTRA_DIST += $(all_sources) $(cdecls) compile.sh x11.pkg -EXTRA_DIST += make.scm tags-fix.sh +EXTRA_DIST += x11-check.sh +EXTRA_DIST += make.scm optiondb.scm tags-fix.sh install-data-hook: echo '(update-optiondb "$(DESTDIR)$(scmlibdir)")' \