From 96fc7f90f40b8835d5ab1fbd4169fc35aa17cf18 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Sun, 10 Jun 2012 10:03:43 +0200 Subject: don't include build-time filenames in comments of the enum header files If we do, the header files may be different on each build. This is especially harmful when building multiple times for multiple architectures and expecting the files to be identical. --- src/app-indicator-enum-types.c.in | 2 +- src/app-indicator-enum-types.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/app-indicator-enum-types.c.in b/src/app-indicator-enum-types.c.in index e200396..26276dc 100644 --- a/src/app-indicator-enum-types.c.in +++ b/src/app-indicator-enum-types.c.in @@ -32,7 +32,7 @@ License version 3 and version 2.1 along with this program. If not, see /*** END file-header ***/ /*** BEGIN file-production ***/ -#include "@filename@" +#include "@basename@" /*** END file-production ***/ /*** BEGIN value-header ***/ diff --git a/src/app-indicator-enum-types.h.in b/src/app-indicator-enum-types.h.in index a055d71..33e501f 100644 --- a/src/app-indicator-enum-types.h.in +++ b/src/app-indicator-enum-types.h.in @@ -44,7 +44,7 @@ G_END_DECLS /*** END file-tail ***/ /*** BEGIN file-production ***/ -/* Enumerations from file: "@filename@" */ +/* Enumerations from file: "@basename@" */ /*** END file-production ***/ /*** BEGIN value-header ***/ -- cgit v1.2.3