From 47cf0589276d87ecfd9a23824f9228c2866e8924 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sat, 28 May 2016 18:29:36 -0700 Subject: [PATCH] x11/Makefile.am: Add missing optiondb.scm to EXTRA_DIST. --- src/x11/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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)")' \ -- 2.25.1