aboutsummaryrefslogtreecommitdiffstats
path: root/core.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-07-07 19:19:12 +0000
committerDavid Robillard <d@drobilla.net>2011-07-07 19:19:12 +0000
commit5a838e44308db34ac30fc71c4fde5b570110b988 (patch)
tree7499e6a5979122682b84287d29f3e45332f802a6 /core.lv2
parent260ef0094d77d9630edb7a04793af0ff1cbd9b2c (diff)
downloadlv2-5a838e44308db34ac30fc71c4fde5b570110b988.tar.xz
Add amp example plugin.
Upgrade to waf 1.6.6. Don't depend on a C++ compiler being present.
Diffstat (limited to 'core.lv2')
-rwxr-xr-xcore.lv2/wafbin87718 -> 88585 bytes
-rw-r--r--core.lv2/wscript2
2 files changed, 1 insertions, 1 deletions
diff --git a/core.lv2/waf b/core.lv2/waf
index 86ffb67..ef338a3 100755
--- a/core.lv2/waf
+++ b/core.lv2/waf
Binary files differ
diff --git a/core.lv2/wscript b/core.lv2/wscript
index aa0edba..ae0b262 100644
--- a/core.lv2/wscript
+++ b/core.lv2/wscript
@@ -86,7 +86,7 @@ def build(bld):
bld.install_files('${LV2DIR}/lv2core.lv2', 'lv2.h')
# Pkgconfig file
- autowaf.build_pc(bld, 'LV2CORE', LV2CORE_VERSION, [])
+ autowaf.build_pc(bld, 'LV2CORE', LV2CORE_VERSION, '', [])
# Bundle (data)
bld.install_files('${LV2DIR}/lv2core.lv2', 'lv2.ttl manifest.ttl')