summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-06-20 16:55:35 +0200
committerAylur <[email protected]>2024-06-20 16:55:35 +0200
commit1b726cfafa3c68e8fdf957f2279a88a1cabcaad9 (patch)
tree6d3e596590ffab02217a3644abea081bc7ff6e71 /src
parentbb059d38169483378ebc752bb69c383c61f1693d (diff)
fix vapi names
Diffstat (limited to 'src')
-rw-r--r--src/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/meson.build b/src/meson.build
index 8001aa6..4c76a35 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -36,8 +36,8 @@ if get_option('lib')
meson.project_name(),
sources,
dependencies: deps,
- vala_header: meson.project_name() + api_version + '.h',
- vala_vapi: meson.project_name() + api_version + '.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,