summaryrefslogtreecommitdiff
path: root/sigc++/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'sigc++/meson.build')
-rw-r--r--sigc++/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/sigc++/meson.build b/sigc++/meson.build
index 519e3cb..6c64e2c 100644
--- a/sigc++/meson.build
+++ b/sigc++/meson.build
@@ -1,6 +1,7 @@
# sigc++
-# Input: sigcxx_build_dep, sigcxx_pcname, sigcxx_libversion, install_includedir
+# Input: sigcxx_build_dep, sigcxx_pcname, sigcxx_libversion, sigcxx_api_version,
+# install_includedir, sig_rc
# Output: source_h_files, sigcxx_dep
# There are no built source files in libsigc++-3.0.
@@ -84,7 +85,7 @@ if host_machine.system() == 'windows'
endif
extra_include_dirs = ['..']
-sigcxx_library = library(sigcxx_pcname,
+sigcxx_library = library('sigc-' + sigcxx_api_version,
source_cc_files,
extra_sigc_objects,
version: sigcxx_libversion,