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:
6d87104
)
Add shim source glibio.c (lost in the merge).
author
Matt Birkholz
<matt@birchwood-abbey.net>
Fri, 26 Jul 2019 06:18:38 +0000
(
01:18
-0500)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Fri, 26 Jul 2019 06:18:38 +0000
(
01:18
-0500)
src/glib/Makefile.am
patch
|
blob
|
history
diff --git
a/src/glib/Makefile.am
b/src/glib/Makefile.am
index 1b2f8be2944328fbaba5630362b4cfde82d74e3c..df0be6ad346c8c729723e6dceb7147447211e8c9 100644
(file)
--- a/
src/glib/Makefile.am
+++ b/
src/glib/Makefile.am
@@
-55,6
+55,7
@@
AM_CFLAGS = `pkg-config --cflags gio-2.0`
AM_CFLAGS += @MIT_CFLAGS@
LIBS = `pkg-config --libs glib-2.0 gthread-2.0 gio-2.0`
+glib_shim_la_SOURCES = glibio.c
nodist_glib_shim_la_SOURCES = glib-shim.c
glib_shim_la_LDFLAGS = -module -avoid-version -shared