diff options
author | Evgeni Golov <evgeni@debian.org> | 2012-06-10 10:03:43 +0200 |
---|---|---|
committer | Evgeni Golov <evgeni@debian.org> | 2012-06-10 10:03:43 +0200 |
commit | 96fc7f90f40b8835d5ab1fbd4169fc35aa17cf18 (patch) | |
tree | 05298171899faca46f64c72cd2b2dc3cef79c01a | |
parent | 0bf6adacf509aff960b1f450e4c7f01c3f4ca090 (diff) | |
download | libayatana-appindicator-96fc7f90f40b8835d5ab1fbd4169fc35aa17cf18.tar.gz libayatana-appindicator-96fc7f90f40b8835d5ab1fbd4169fc35aa17cf18.tar.bz2 libayatana-appindicator-96fc7f90f40b8835d5ab1fbd4169fc35aa17cf18.zip |
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.
-rw-r--r-- | src/app-indicator-enum-types.c.in | 2 | ||||
-rw-r--r-- | src/app-indicator-enum-types.h.in | 2 |
2 files changed, 2 insertions, 2 deletions
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 ***/ |