diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-14 00:57:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-14 00:57:37 +0000 |
| commit | 623e1979815d1282b4a4ce5fadf8e8a6e93a8368 (patch) | |
| tree | 6b136439fc7e8958393c38df6b7ec51ea8782b65 /src/wscript | |
| parent | f3fc81b103c022cf02e2c691e2bfd9e2f6d2a82d (diff) | |
Add very basic verify method.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index 1be0cc78..8be5b7ed 100644 --- a/src/wscript +++ b/src/wscript @@ -99,6 +99,7 @@ def build(bld): transfer_function.cc types.cc util.cc + verify.cc version.cc """ @@ -175,6 +176,7 @@ def build(bld): transfer_function.h types.h util.h + verify.h version.h """ |
