diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-28 22:41:09 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-28 22:41:09 +0000 |
| commit | 75aa6e480d998b29205c0eab328697a5d007986b (patch) | |
| tree | ac53060d67ac2f6c64994e405220977c5ae5d817 /src/wscript | |
| parent | 7f20aa518356f188946eb508239caf7c113da819 (diff) | |
Basic writer.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index b7b53b0..7f00d20 100644 --- a/src/wscript +++ b/src/wscript @@ -12,13 +12,16 @@ def build(bld): obj.source = """ reader.cc stl_reader.cc + stl_writer.cc sub_time.cc """ headers = """ reader.h stl_reader.h + stl_writer.h sub_time.h + writer.h """ bld.install_files('${PREFIX}/include/libsub', headers) |
