From 91d78051f234c1730d32e0c887650cf48bf30146 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Wed, 28 Nov 2018 23:38:24 -0700 Subject: [PATCH] x11/Makefile.am: missing x11.h and compile.scm; no such x11-shim.c --- src/x11/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1