diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-07-24 00:46:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-07-24 00:46:18 +0200 |
| commit | 6d830c63ba53993f2818b4fb61dbc17284f8f557 (patch) | |
| tree | f37fd664623391a025e37915a681d547e7c4e484 /src/wscript | |
| parent | c6c34ad5a24f99f9f7919a4bb72f22d7c6452ada (diff) | |
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wscript b/src/wscript index cc77f04..9c268c8 100644 --- a/src/wscript +++ b/src/wscript @@ -18,8 +18,8 @@ # def build(bld): - sources = 'font.cc name_table.cc table.cc util.cc' - headers = 'font.h name_table.h table.h util.h' + sources = 'collection.cc font.cc name_table.cc table.cc util.cc' + headers = 'collection.h font.h name_table.h table.h util.h' if bld.env.STATIC: obj = bld(features='cxx cxxstlib') |
