diff options
author | Aylur <[email protected]> | 2024-06-20 16:28:59 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-06-20 16:28:59 +0200 |
commit | a8319e1374e1860fa348b2965957ad9f15a8843f (patch) | |
tree | 0dd4ea4cbe618226fa751ce2547bf346936fda6c | |
parent | 297126f9c85dca14570dc5af29697aae10a65a8f (diff) |
fix: vapi files
-rw-r--r-- | src/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/meson.build b/src/meson.build index b1d326c..8001aa6 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() + '.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, |