guile: fix readline linking

For now, simply link muguile against readline; hopefully, we can make
this transitive.
This commit is contained in:
Dirk-Jan C. Binnema 2020-05-26 00:41:46 +03:00
parent 7e49f83c9f
commit 015fae7b1a
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ libguile_mu_la_SOURCES= \
libguile_mu_la_LIBADD= \
${top_builddir}/lib/libmu.la \
$(READLINE_LIBS) \
${GUILE_LIBS}
libguile_mu_la_LDFLAGS= \

View File

@ -66,6 +66,7 @@ libmu_utils_la_SOURCES= \
libmu_utils_la_LIBADD= \
$(GLIB_LIBS) \
$(READLINE_LIBS) \
$(CODE_COVERAGE_LIBS)
noinst_PROGRAMS= \