summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2018-07-18 13:50:23 +0200
committerBastien Nocera <hadess@hadess.net>2019-02-22 17:37:33 +0100
commit935c13530c51ae3773cd5991760e9f25d52b6fc4 (patch)
treecdec58cbbde575b2c2dda1336d5dc5d78067535c
parentee60288a41d60609d5b9feee2df34ebb72ab0132 (diff)
downloadlibgweather-935c13530c51ae3773cd5991760e9f25d52b6fc4.tar.gz
build: Don't use a full path inside generated enum header
It causes multilib problems.
-rw-r--r--libgweather/gweather-enum-types.c.tmpl2
-rw-r--r--libgweather/gweather-enum-types.h.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/libgweather/gweather-enum-types.c.tmpl b/libgweather/gweather-enum-types.c.tmpl
index 4430bda..fe1f7c4 100644
--- a/libgweather/gweather-enum-types.c.tmpl
+++ b/libgweather/gweather-enum-types.c.tmpl
@@ -7,7 +7,7 @@
/*** END file-header ***/
/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
/*** END file-production ***/
/*** BEGIN value-header ***/
diff --git a/libgweather/gweather-enum-types.h.tmpl b/libgweather/gweather-enum-types.h.tmpl
index 3ca1995..d50063d 100644
--- a/libgweather/gweather-enum-types.h.tmpl
+++ b/libgweather/gweather-enum-types.h.tmpl
@@ -14,7 +14,7 @@ G_BEGIN_DECLS
/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
/*** END file-production ***/
/*** BEGIN value-header ***/