[libsoup] meson: Install the correct header files for GNOME support
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] meson: Install the correct header files for GNOME support
- Date: Mon, 3 Sep 2018 12:27:30 +0000 (UTC)
commit 4be051a157defa7e92950e1102751c51fd8baebe
Author: Tomas Popela <tpopela redhat com>
Date: Mon Sep 3 09:24:45 2018 +0200
meson: Install the correct header files for GNOME support
Closes: #11
libsoup/meson.build | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/libsoup/meson.build b/libsoup/meson.build
index 4645fa3d..4f959abc 100644
--- a/libsoup/meson.build
+++ b/libsoup/meson.build
@@ -145,7 +145,7 @@ soup_gnome_headers = [
'soup-password-manager-gnome.h'
]
-soup_gnome_include_headers = [
+soup_gnome_installed_headers = [
'soup-cookie-jar-sqlite.h',
'soup-gnome.h',
'soup-gnome-features.h'
@@ -222,10 +222,11 @@ if enable_gnome
includedir = join_paths(libsoup_gnome_api_name, meson.project_name())
install_headers(
- soup_gnome_headers + ['soup-gnome.h', 'soup-gnome-features.h'],
+ soup_gnome_installed_headers,
subdir : includedir)
- libsoup_gnome = shared_library(soup_gnome_api_name, soup_gnome_sources,
+ libsoup_gnome = shared_library(soup_gnome_api_name,
+ soup_gnome_sources + soup_gnome_headers,
version : libversion,
soversion : soversion,
c_args : libsoup_c_args,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]