[balsa] Use --output option of glib-genmarshal
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa] Use --output option of glib-genmarshal
- Date: Tue, 26 Sep 2017 15:22:30 +0000 (UTC)
commit d22411786f8737ee74234a80aeccc7d7b735ddbb
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Tue Sep 26 10:12:28 2017 -0400
Use --output option of glib-genmarshal
* libbalsa/imap/meson.build:
* libbalsa/meson.build:
ChangeLog | 7 +++++++
libbalsa/imap/meson.build | 8 ++++----
libbalsa/meson.build | 8 ++++----
3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 389395a..599cc9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-09-26 Peter Bloomfield <pbloomfield bellsouth net>
+
+ Use --output option of glib-genmarshal
+
+ * libbalsa/imap/meson.build:
+ * libbalsa/meson.build:
+
2017-09-25 Peter Bloomfield <pbloomfield bellsouth net>
Use include_directories instead of explicit -I…
diff --git a/libbalsa/imap/meson.build b/libbalsa/imap/meson.build
index c64a3ca..2288c54 100644
--- a/libbalsa/imap/meson.build
+++ b/libbalsa/imap/meson.build
@@ -33,8 +33,8 @@ libimap_marshal_h = custom_target('libimap_marshal_h',
glib_genmarshal +
' --header' +
' --prefix=libimap' +
- ' @INPUT@' +
- ' > libbalsa/imap/libimap-marshal.h'
+ ' --output=@OUTPUT@' +
+ ' @INPUT@'
]
)
@@ -47,8 +47,8 @@ libimap_marshal_c = custom_target('libimap_marshal_c',
' --header' +
' --body' +
' --prefix=libimap' +
- ' @INPUT@' +
- ' > libbalsa/imap/libimap-marshal.c'
+ ' --output=@OUTPUT@' +
+ ' @INPUT@'
]
)
diff --git a/libbalsa/meson.build b/libbalsa/meson.build
index 10c8ee6..46de801 100644
--- a/libbalsa/meson.build
+++ b/libbalsa/meson.build
@@ -146,8 +146,8 @@ libbalsa_marshal_h = custom_target('libbalsa_marshal_h',
glib_genmarshal +
' --header' +
' --prefix=libbalsa' +
- ' @INPUT@' +
- ' > libbalsa/libbalsa-marshal.h'
+ ' --output=@OUTPUT@' +
+ ' @INPUT@'
]
)
@@ -160,8 +160,8 @@ libbalsa_marshal_c = custom_target('libbalsa_marshal_c',
' --header' +
' --body' +
' --prefix=libbalsa' +
- ' @INPUT@' +
- ' > libbalsa/libbalsa-marshal.c'
+ ' --output=@OUTPUT@' +
+ ' @INPUT@'
]
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]