From: Chris Hanson Date: Fri, 14 Sep 2018 18:38:04 +0000 (-0400) Subject: Couple more tweaks to get macos running. X-Git-Tag: mit-scheme-pucked-9.2.18~7^2~7 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9c514ecfbb7fe32b8d2ab176b4cf07c79c2bc50f;p=mit-scheme.git Couple more tweaks to get macos running. --- diff --git a/src/x11/Makefile.am b/src/x11/Makefile.am index 218243775..7b74e2e2c 100644 --- a/src/x11/Makefile.am +++ b/src/x11/Makefile.am @@ -48,10 +48,11 @@ AM_CPPFLAGS = -I@MIT_SCHEME_INCLUDEDIR@ AM_CFLAGS = @MIT_CFLAGS@ LIBS = @MIT_LIBS@ +LDFLAGS = @MIT_LIBS@ x11_shim_la_LIBADD = x11base.lo x11color.lo x11graph.lo x11term.lo c_sources = x11-shim.h x11.h x11base.c x11color.c x11graph.c x11term.c -x11_shim_la_LDFLAGS = -module -avoid-version -shared +x11_shim_la_LDFLAGS = -module -avoid-version -shared -lX11 noinst_PROGRAMS = x11-const x11_const_SOURCES = x11-const.c x11-shim.h