diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 5d6a7cfc9..beae74f13 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,9 +24,9 @@ # AUTOMAKE_OPTIONS = 1.10 -SUBDIRS = lib oop libguile ice-9 guile-config guile-readline emacs \ +SUBDIRS = lib oop libguile guile-config guile-readline emacs \ scripts srfi doc examples test-suite benchmark-suite lang am \ - module testsuite + module ice-9 testsuite bin_SCRIPTS = guile-tools |