From 9c514ecfbb7fe32b8d2ab176b4cf07c79c2bc50f Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 14 Sep 2018 14:38:04 -0400 Subject: [PATCH] Couple more tweaks to get macos running. --- src/x11/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1