1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

move ice-9/ and oop/ under module/

Moved ice-9/ and oop/ under module/, with the idea being that we have
only scheme under module/. Adjusted configure.in and Makefile.am
appropriately. Put oop/ at the end of the compilation order.
This commit is contained in:
Andy Wingo 2008-11-01 12:44:21 +01:00
parent 5192c9e89b
commit 00d0489205
95 changed files with 8 additions and 8 deletions

View file

@ -24,9 +24,9 @@
#
AUTOMAKE_OPTIONS = 1.10
SUBDIRS = lib oop libguile guile-config guile-readline emacs \
SUBDIRS = lib libguile guile-config guile-readline emacs \
scripts srfi doc examples test-suite benchmark-suite lang am \
module ice-9 testsuite
module testsuite
bin_SCRIPTS = guile-tools