aboutsummaryrefslogtreecommitdiffstats
path: root/ext.wscript
diff options
context:
space:
mode:
Diffstat (limited to 'ext.wscript')
-rw-r--r--ext.wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext.wscript b/ext.wscript
index ccb3e58..0d7436f 100644
--- a/ext.wscript
+++ b/ext.wscript
@@ -94,7 +94,7 @@ def build(bld):
# Pkgconfig file
obj = bld(features = 'subst',
source = 'ext.pc.in',
- target = info.NAME + '.pc',
+ target = info.PKGNAME + '.pc',
install_path = '${LIBDIR}/pkgconfig',
INCLUDEDIR = bld.env['INCLUDEDIR'],
INCLUDE_PATH = uri.replace('http://', 'lv2/'),