projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c56396
)
Couple more tweaks to get macos running.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 14 Sep 2018 18:38:04 +0000
(14:38 -0400)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 14 Sep 2018 18:38:04 +0000
(14:38 -0400)
src/x11/Makefile.am
patch
|
blob
|
history
diff --git
a/src/x11/Makefile.am
b/src/x11/Makefile.am
index 21824377581bb94ca7f0bfce2a63170582f0934b..7b74e2e2c9d57b05e9969a2d32376a114ffdc6e5 100644
(file)
--- 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