* box-dynamic-module: New directory, implements the box type in a
shared library and places the definitions in a C-only module. Thanks to Thomas Wawrzinek for this, too! * box-dynamic/box.c, box/box.c, box-dynamic-module/box.c, box-module/box.c (mark_box): Fixed typo in comment.
This commit is contained in:
parent
71c771efdf
commit
8779d59588
10 changed files with 259 additions and 10 deletions
|
|
@ -19,6 +19,7 @@
|
|||
## to the Free Software Foundation, Inc., 59 Temple Place, Suite
|
||||
## 330, Boston, MA 02111-1307 USA
|
||||
|
||||
SUBDIRS = scripts box box-module box-dynamic modules safe
|
||||
SUBDIRS = scripts box box-module box-dynamic box-dynamic-module\
|
||||
modules safe
|
||||
|
||||
EXTRA_DIST = README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue