From: Matt Birkholz Date: Tue, 3 May 2016 16:45:09 +0000 (-0700) Subject: gtk/Makefile.am: typos X-Git-Tag: mit-scheme-pucked-9.2.12~325 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f2147f86e0bc736dcbfb23fb4a877c46fe5c5f8e;p=mit-scheme.git gtk/Makefile.am: typos --- diff --git a/src/gtk/Makefile.am b/src/gtk/Makefile.am index 5429a6642..4e40a3409 100644 --- a/src/gtk/Makefile.am +++ b/src/gtk/Makefile.am @@ -28,7 +28,7 @@ scmlibdir = $(libdir)/mit-scheme-@MIT_SCHEME_ARCH@ scmlib_gtkdir = $(scmlibdir)/gtk scmlib_LTLIBRARIES = gtk-shim.la -scmlib_DATA = gtk-types.bin gtk-const.bin conses.png +scmlib_DATA = gtk-types.bin gtk-const.bin conses.png sources = gtk.scm gdk.scm gtk-widget.scm sources += scm-widget.scm fix-layout.scm keys.scm main.scm @@ -141,7 +141,7 @@ check-local: tags: tags-am ./tags-fix.sh gtk -all_sources = $(source) $(c_sources) +all_sources = $(sources) $(c_sources) ETAGS_ARGS = $(all_sources) -r '/^([^iI].*/' $(cdecls) TAGS_DEPENDENCIES = $(all_sources) $(cdecls)