mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
* box-dynamic: New directory, implements the box type in a shared
library (aka extension) Thanks to Thomas Wawrzinek for patching box.c into an extension!
This commit is contained in:
parent
dd22a80ac6
commit
cc6dd1c57a
6 changed files with 210 additions and 2 deletions
|
@ -19,6 +19,6 @@
|
|||
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
||||
## 330, Boston, MA 02111-1307 USA
|
||||
|
||||
SUBDIRS = scripts box box-module modules safe
|
||||
SUBDIRS = scripts box box-module box-dynamic modules safe
|
||||
|
||||
EXTRA_DIST = README
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue