x11/Makefile.am: Add missing optiondb.scm to EXTRA_DIST.
authorMatt Birkholz <puck@birchwood-abbey.net>
Sun, 29 May 2016 01:29:36 +0000 (18:29 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Sun, 29 May 2016 01:29:36 +0000 (18:29 -0700)
src/x11/Makefile.am

index 93abf62d314ffc188448df2889379361ec762ce8..1a0a8f5890cfe0ed74e0ce0ab13b7ca11c867fb5 100644 (file)
@@ -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)")' \