From 58c3f34d861b6bc3b7a4761bdc7100fd0d530d84 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 25 Mar 2012 18:28:47 +0000 Subject: Move people information in to a common place. --- wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wscript') 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: -- cgit v1.2.1