diff options
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') |
