aboutsummaryrefslogtreecommitdiff
path: root/src/app-indicator-enum-types.c.in
diff options
context:
space:
mode:
authorEvgeni Golov <evgeni@debian.org>2012-06-10 10:03:43 +0200
committerEvgeni Golov <evgeni@debian.org>2012-06-10 10:03:43 +0200
commit96fc7f90f40b8835d5ab1fbd4169fc35aa17cf18 (patch)
tree05298171899faca46f64c72cd2b2dc3cef79c01a /src/app-indicator-enum-types.c.in
parent0bf6adacf509aff960b1f450e4c7f01c3f4ca090 (diff)
downloadlibayatana-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.
Diffstat (limited to 'src/app-indicator-enum-types.c.in')
-rw-r--r--src/app-indicator-enum-types.c.in2
1 files changed, 1 insertions, 1 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 ***/