aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
diff options
context:
space:
mode:
authorTimo Wischer <twischer@de.adit-jv.com>2018-03-28 16:30:25 +0200
committerDavid Robillard <d@drobilla.net>2018-04-21 14:21:18 +0200
commitfc332341acd2f5da4ba88e86d1bdbb47752c1688 (patch)
tree52808d6ce92cdcbe9876020c321043b19cda43fc /lv2
parent239d19c14be76b781377aa53d1f6c411c1e0c3bb (diff)
downloadlv2-fc332341acd2f5da4ba88e86d1bdbb47752c1688.tar.xz
Install lv2_util.h for use by third-party code
Diffstat (limited to 'lv2')
-rw-r--r--lv2/lv2plug.in/ns/lv2core/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/wscript b/lv2/lv2plug.in/ns/lv2core/wscript
index 612f40c..c70aa1d 100644
--- a/lv2/lv2plug.in/ns/lv2core/wscript
+++ b/lv2/lv2plug.in/ns/lv2core/wscript
@@ -50,6 +50,7 @@ def build(bld):
# Header
bld.install_files('${INCLUDEDIR}', 'lv2.h')
bld.install_files('${LV2DIR}/lv2core.lv2', 'lv2.h')
+ bld.install_files('${LV2DIR}/lv2core.lv2', 'lv2_util.h')
# Pkgconfig file
autowaf.build_pc(bld, 'LV2CORE', LV2CORE_VERSION, '', [])