[geocode-glib] lib: Remove full build path from public headers



commit 09eae7cb2234db575534a60ce47c5b970f4348a3
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Nov 15 14:36:56 2017 +0100

    lib: Remove full build path from public headers
    
    So as to make the build more easily reproduceable.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=790338

 geocode-glib/geocode-enum-types.c.in |    2 +-
 geocode-glib/geocode-enum-types.h.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/geocode-glib/geocode-enum-types.c.in b/geocode-glib/geocode-enum-types.c.in
index 50b09f7..1491ef3 100644
--- a/geocode-glib/geocode-enum-types.c.in
+++ b/geocode-glib/geocode-enum-types.c.in
@@ -8,7 +8,7 @@
 /*** END file-header ***/
 
 /*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
 /*** END file-production ***/
 
 /*** BEGIN value-header ***/
diff --git a/geocode-glib/geocode-enum-types.h.in b/geocode-glib/geocode-enum-types.h.in
index ce603f6..47346db 100644
--- a/geocode-glib/geocode-enum-types.h.in
+++ b/geocode-glib/geocode-enum-types.h.in
@@ -9,7 +9,7 @@ G_BEGIN_DECLS
 
 /*** BEGIN file-production ***/
 
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
 /*** END file-production ***/
 
 /*** BEGIN value-header ***/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]