[gnome-online-accounts/wip/rishi/meson-polish: 14/15] build: Namespace the variable for the libgoawebextension.so sources
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/wip/rishi/meson-polish: 14/15] build: Namespace the variable for the libgoawebextension.so sources
- Date: Sat, 4 Jan 2020 22:29:47 +0000 (UTC)
commit 5426f6ed4f76cca0a71abbef04027b44ee09011f
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Dec 20 20:24:28 2019 +0100
build: Namespace the variable for the libgoawebextension.so sources
https://gitlab.gnome.org/GNOME/gnome-online-accounts/merge_requests/41
src/goabackend/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/goabackend/meson.build b/src/goabackend/meson.build
index 0831a3e9..4a3aec85 100644
--- a/src/goabackend/meson.build
+++ b/src/goabackend/meson.build
@@ -145,7 +145,7 @@ pkg.generate(
variables: 'exec_prefix=${prefix}'
)
-sources = files(
+libgoawebextension_sources = files(
'goawebextension.c',
'goawebextensionmain.c'
)
@@ -157,7 +157,7 @@ deps = [
libgoa_web_extension = shared_module(
'goawebextension',
- sources + libgoa_backend_headers_built,
+ libgoawebextension_sources + libgoa_backend_headers_built,
include_directories: common_incs + [goa_inc],
dependencies: deps,
c_args: cflags,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]