From fc332341acd2f5da4ba88e86d1bdbb47752c1688 Mon Sep 17 00:00:00 2001 From: Timo Wischer Date: Wed, 28 Mar 2018 16:30:25 +0200 Subject: Install lv2_util.h for use by third-party code --- lv2/lv2plug.in/ns/lv2core/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'lv2/lv2plug.in/ns/lv2core/wscript') 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, '', []) -- cgit v1.2.1