diff options
Diffstat (limited to 'src/shared/wscript')
-rw-r--r-- | src/shared/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/wscript b/src/shared/wscript index 1250c040..83b3e7c1 100644 --- a/src/shared/wscript +++ b/src/shared/wscript @@ -8,8 +8,9 @@ def build(bld): ClashAvoider.cpp LV2Features.cpp LV2URIMap.cpp - Store.cpp + ResourceImpl.cpp runtime_paths.cpp + Store.cpp ''' if bld.env['HAVE_LIBLO'] == 1: obj.source += ' OSCSender.cpp ' |