summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2020-11-01 20:35:12 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2020-11-01 20:35:12 +0000
commitf4eeb6624eb4269f95067a83f78c4590cf2de9fb (patch)
tree1ce0e68d7ceb0ce87b5127d65862a546b7bc418c
parentbf09582ab4c1cae58203f30d64222d100ffc31ab (diff)
parent6f3842abd5dff68b6ee5f2ef48a4ebf1cbebf434 (diff)
downloadjson-glib-f4eeb6624eb4269f95067a83f78c4590cf2de9fb.tar.gz
Merge branch 'reproducible-template' into 'master'
Fix build reproducibility See merge request GNOME/json-glib!33
-rw-r--r--json-glib/json-enum-types.c.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/json-glib/json-enum-types.c.in b/json-glib/json-enum-types.c.in
index da07c46..7b39290 100644
--- a/json-glib/json-enum-types.c.in
+++ b/json-glib/json-enum-types.c.in
@@ -9,8 +9,8 @@
/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
-#include "@filename@"
+/* enumerations from "@basename@" */
+#include "@basename@"
/*** END file-production ***/