* src/misc/modgray.hh, src/misc/modgray.cc: New files.

* src/misc/Makefile.am (libmisc_la_SOURCES, misc_HEADERS): Add them.
* wrap/python/spot.i: Activate directors, and interface modgray.hh.
* wrap/python/tests/modgray.py: New file.
* wrap/python/tests/Makefile.am (TESTS): Add it.
This commit is contained in:
Alexandre Duret-Lutz 2004-10-20 15:46:56 +00:00
parent 7d27fd3796
commit 094ddca665
7 changed files with 351 additions and 2 deletions

View file

@ -31,6 +31,7 @@ misc_HEADERS = \
freelist.hh \
hash.hh \
minato.hh \
modgray.hh \
version.hh
noinst_LTLIBRARIES = libmisc.la
@ -39,4 +40,5 @@ libmisc_la_SOURCES = \
escape.cc \
freelist.cc \
minato.cc \
modgray.cc \
version.cc