aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/wscript b/wscript
index eae0d4c..22a4452 100644
--- a/wscript
+++ b/wscript
@@ -33,7 +33,8 @@ def options(opt):
opt.recurse(i)
def get_subdirs(with_plugins=True):
- subdirs = ['lv2/lv2plug.in/ns/lv2core/']
+ subdirs = ['lv2/lv2plug.in/ns/lv2core/',
+ 'lv2/lv2plug.in/ns/people/']
subdirs += glob.glob('lv2/lv2plug.in/ns/ext/*/')
subdirs += glob.glob('lv2/lv2plug.in/ns/extensions/*/')
if with_plugins: