aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-25 18:28:47 +0000
committerDavid Robillard <d@drobilla.net>2012-03-25 18:28:47 +0000
commit58c3f34d861b6bc3b7a4761bdc7100fd0d530d84 (patch)
tree8b0b424a82fce3f493fac9b8b7044ef2bf1c9f5c /wscript
parentec4f54e90f2f9872db34c5c867b150623e1498eb (diff)
downloadlv2-58c3f34d861b6bc3b7a4761bdc7100fd0d530d84.tar.xz
Move people information in to a common place.
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: