* 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:
parent
7d27fd3796
commit
094ddca665
7 changed files with 351 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue