From: Matt Birkholz Date: Sat, 12 Nov 2016 20:43:09 +0000 (-0700) Subject: x11-screen: fix merge X-Git-Tag: mit-scheme-pucked-9.2.12~258 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=45b2d9bfc87d970850fe6f26c81f356fcbba03ea;p=mit-scheme.git x11-screen: fix merge --- diff --git a/src/x11-screen/configure.ac b/src/x11-screen/configure.ac index ffc95e2f3..6bd367b4c 100644 --- a/src/x11-screen/configure.ac +++ b/src/x11-screen/configure.ac @@ -45,7 +45,7 @@ os_suffix=`echo "(display (microcode-id/operating-system-suffix))" \ MIT_SCHEME_PKD="x11-screen-${os_suffix}.pkd" -for f in x11-screen; do # x11-key x11-command +for f in x11-screen x11-key x11-command; do MIT_SCHEME_SCMs="${MIT_SCHEME_SCMs} ${f}.scm" MIT_SCHEME_BINs="${MIT_SCHEME_BINs} ${f}.bin" MIT_SCHEME_BCIs="${MIT_SCHEME_BCIs} ${f}.bci"