From df041628ad84d3acf5497fc4bbc7a542059df079 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 20 Jun 2024 16:55:09 +0200 Subject: fix vapi names --- src/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/meson.build b/src/meson.build index 9d56c3d..e06f894 100644 --- a/src/meson.build +++ b/src/meson.build @@ -34,8 +34,8 @@ if get_option('lib') meson.project_name(), sources, dependencies: deps, - vala_header: meson.project_name() + '.h', - vala_vapi: meson.project_name() + '.vapi', + vala_header: meson.project_name() + '-' + api_version + '.h', + vala_vapi: meson.project_name() + '-' + api_version + '.vapi', vala_gir: gir, version: meson.project_version(), install: true, -- cgit v1.2.3