[gnome-online-accounts/wip/rishi/meson-polish: 2/7] build: Style fixes
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/wip/rishi/meson-polish: 2/7] build: Style fixes
- Date: Sat, 4 Jan 2020 23:33:31 +0000 (UTC)
commit 93dd0ef20c89381f2d7c43f2584d2e6a24ef0683
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Dec 20 17:15:36 2019 +0100
build: Style fixes
https://gitlab.gnome.org/GNOME/gnome-online-accounts/merge_requests/41
src/goa/meson.build | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/src/goa/meson.build b/src/goa/meson.build
index 1f4d2acb..1d86b7b0 100644
--- a/src/goa/meson.build
+++ b/src/goa/meson.build
@@ -24,15 +24,12 @@ libgoa_sources = files(
'goaversion.c'
)
-enum_headers = files('goaenums.h')
+enum_headers = files(
+ 'goaenums.h',
+)
libgoa_headers_static += enum_headers
-install_headers(
- libgoa_headers_static,
- install_dir: join_paths(goa_pkgincludedir, goa_name)
-)
-
goaconfig_conf = configuration_data()
goaconfig_conf.set('GOA_MAJOR_VERSION', goa_major_version)
goaconfig_conf.set('GOA_MINOR_VERSION', goa_minor_version)
@@ -87,6 +84,11 @@ cflags = [
'-DGOA_COMPILATION'
]
+install_headers(
+ libgoa_headers_static,
+ install_dir: join_paths(goa_pkgincludedir, goa_name)
+)
+
libgoa = shared_library(
goa_api_name,
sources: libgoa_sources,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]