diff options
author | Andy Wingo <wingo@pobox.com> | 2008-08-02 11:40:32 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2008-08-02 11:40:32 +0200 |
commit | e610dc3851da716e6ee4568f94f5f7cace84d2d9 (patch) | |
tree | 46b20e86b80c8557db4253f3f221f315d6e96840 /Makefile.am | |
parent | 7dc9ae7179b8b099897f8080b675e2a9c54d388c (diff) | |
parent | 87c4242ca8f65ac833659b43f2b150621a2ad998 (diff) | |
download | guile-e610dc3851da716e6ee4568f94f5f7cace84d2d9.tar.gz |
merge guile-vm to guile
An attempt to pull in the original history from guile-vm into guile itself.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6f927654b..93e7e5e7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,8 @@ AUTOMAKE_OPTIONS = 1.10 SUBDIRS = lib oop libguile ice-9 guile-config guile-readline emacs \ - scripts srfi doc examples test-suite benchmark-suite lang am + scripts srfi doc examples test-suite benchmark-suite lang am \ + src modules testsuite bin_SCRIPTS = guile-tools |