diff options
author | David Robillard <d@drobilla.net> | 2012-03-25 18:28:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-25 18:28:47 +0000 |
commit | 58c3f34d861b6bc3b7a4761bdc7100fd0d530d84 (patch) | |
tree | 8b0b424a82fce3f493fac9b8b7044ef2bf1c9f5c /wscript | |
parent | ec4f54e90f2f9872db34c5c867b150623e1498eb (diff) | |
download | lv2-58c3f34d861b6bc3b7a4761bdc7100fd0d530d84.tar.xz |
Move people information in to a common place.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |