summaryrefslogtreecommitdiff
path: root/atspi/atspi-enum-types.c.template
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2017-12-04 14:15:01 -0600
committerMike Gorse <mgorse@alum.wpi.edu>2017-12-04 14:15:01 -0600
commitef8da8de7aa10e5a3682fd0500e7c1f69d0d232a (patch)
tree0634ed68e4ba51f2622062748d02625b6b16092e /atspi/atspi-enum-types.c.template
parentb12d17b1d8cf15ab2de4b34b1a7e5d90904f744c (diff)
downloadat-spi2-core-ef8da8de7aa10e5a3682fd0500e7c1f69d0d232a.tar.gz
Make the build reproducible
atspi-enum-types.h.template should use @basename@ rather than @filename@ https://bugzilla.gnome.org/show_bug.cgi?id=791167
Diffstat (limited to 'atspi/atspi-enum-types.c.template')
-rw-r--r--atspi/atspi-enum-types.c.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-enum-types.c.template b/atspi/atspi-enum-types.c.template
index cd92f992..385d0ee9 100644
--- a/atspi/atspi-enum-types.c.template
+++ b/atspi/atspi-enum-types.c.template
@@ -4,7 +4,7 @@
/*** END file-header ***/
/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
#include "@filename@"
/*** END file-production ***/