[glib-networking/mcatanzaro/base-rebase: 12/33] base: don't list headers in meson.build
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/mcatanzaro/base-rebase: 12/33] base: don't list headers in meson.build
- Date: Fri, 19 Apr 2019 22:32:07 +0000 (UTC)
commit 9da7b3d57dad86063fc1808468528353804ab8ba
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Fri Apr 5 12:07:23 2019 -0500
base: don't list headers in meson.build
They're not generated; there's no reason to list them in sources here.
tls/base/meson.build | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/tls/base/meson.build b/tls/base/meson.build
index 69d907a..f1b2db5 100644
--- a/tls/base/meson.build
+++ b/tls/base/meson.build
@@ -1,9 +1,3 @@
-tlsbase_headers = files(
- 'gtlsconnection-base.h',
- 'gtlsinputstream-base.h',
- 'gtlsoutputstream-base.h',
-)
-
tlsbase_sources = files(
'gtlsconnection-base.c',
'gtlsinputstream-base.c',
@@ -11,7 +5,7 @@ tlsbase_sources = files(
)
tlsbase = static_library('tlsbase',
- tlsbase_sources + tlsbase_headers,
+ tlsbase_sources,
dependencies: gio_dep,
include_directories: top_inc)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]