[gnome-bluetooth] meson: Remove full build path from public headers
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] meson: Remove full build path from public headers
- Date: Wed, 15 Nov 2017 13:42:14 +0000 (UTC)
commit d2d644051c8df3dd0261c9f6e6704f897214b230
Author: Bastien Nocera <hadess hadess net>
Date: Wed Nov 15 14:35:26 2017 +0100
meson: Remove full build path from public headers
So as to make the build more easily reproduceable.
lib/gnome-bluetooth-enum-types.c.template | 4 ++--
lib/gnome-bluetooth-enum-types.h.template | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lib/gnome-bluetooth-enum-types.c.template b/lib/gnome-bluetooth-enum-types.c.template
index 75db1e2..32d5ceb 100644
--- a/lib/gnome-bluetooth-enum-types.c.template
+++ b/lib/gnome-bluetooth-enum-types.c.template
@@ -5,8 +5,8 @@
/*** END file-header ***/
/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
-#include "@filename@"
+/* enumerations from "@basename@" */
+#include "@basename@"
/*** END file-production ***/
diff --git a/lib/gnome-bluetooth-enum-types.h.template b/lib/gnome-bluetooth-enum-types.h.template
index 54678e0..1915ac9 100644
--- a/lib/gnome-bluetooth-enum-types.h.template
+++ b/lib/gnome-bluetooth-enum-types.h.template
@@ -10,7 +10,7 @@ G_BEGIN_DECLS
/*** END file-header ***/
/*** BEGIN file-production ***/
-/* Enumerations from "@filename@" */
+/* Enumerations from "@basename@" */
/*** END file-production ***/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]