From: Matt Birkholz <matt@birchwood-abbey.net>
Date: Thu, 29 Nov 2018 06:38:24 +0000 (-0700)
Subject: x11/Makefile.am: missing x11.h and compile.scm; no such x11-shim.c
X-Git-Tag: mit-scheme-pucked-planetarium-0.8
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5f717d294dea0da5d9107ef4f79c823ab5e5c5b3;p=mit-scheme.git

x11/Makefile.am: missing x11.h and compile.scm; no such x11-shim.c
---

diff --git a/src/x11/Makefile.am b/src/x11/Makefile.am
index d1c5c0321..20c4c62da 100644
--- a/src/x11/Makefile.am
+++ b/src/x11/Makefile.am
@@ -49,7 +49,7 @@ AM_CPPFLAGS = -I@MIT_SCHEME_INCLUDEDIR@
 AM_CFLAGS = @MIT_CFLAGS@
 
 x11_shim_la_LIBADD = @MIT_LIBS@
-x11_shim_la_SOURCES = x11base.c x11color.c x11graph.c x11term.c x11-shim.c
+c_sources = x11-shim.h x11.h x11base.c x11color.c x11graph.c x11term.c
 x11_shim_la_LDFLAGS = -module -avoid-version -shared
 
 noinst_PROGRAMS = x11-const
@@ -93,7 +93,7 @@ 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 += $(all_sources) $(cdecls) compile.sh compile.scm x11.pkg
 EXTRA_DIST += x11-check.sh x11-test.scm
 EXTRA_DIST += make.scm optiondb.scm tags-fix.sh debian