summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-07-12 16:53:18 +0200
committerLudovic Courtès <ludo@gnu.org>2012-07-12 16:54:00 +0200
commit2282ec3a04ccc037af57dbf4099999ffeeac6d06 (patch)
tree813a156b2ec33be9b4fff1f7d6f45c7789f72f2e /Makefile.am
parent7e2255e6c136a0b930028f47bb6c839f1d746d94 (diff)
downloadguix-2282ec3a04ccc037af57dbf4099999ffeeac6d06.tar.gz
distro: Add GNU Readline.
* distro/base.scm (readline): New variable.
  (guile-1.8, guile-2.0): Use it.

* distro/readline-link-ncurses.patch: New file.
* Makefile.am (nobase_dist_guilemodule_DATA): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c9653505e7..e1754a777b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,8 @@ nobase_dist_guilemodule_DATA =			\
   $(MODULES)					\
   distro/guile-1.8-cpp-4.5.patch		\
   distro/m4-readlink-EINVAL.patch		\
-  distro/m4-s_isdir.patch
+  distro/m4-s_isdir.patch			\
+  distro/readline-link-ncurses.patch
 
 nobase_nodist_guilemodule_DATA = $(GOBJECTS)