[gobject-introspection] [girepository] Fix include path
- From: Johan Dahlin <johan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] [girepository] Fix include path
- Date: Tue, 1 Jun 2010 13:15:50 +0000 (UTC)
commit 10c3422cf8ebc26c1f131f3280d0d8f457bb729b
Author: Johan Dahlin <johan gnome org>
Date: Tue Jun 1 10:15:12 2010 -0300
[girepository] Fix include path
We're installing the headers without the girepository/ prefix,
so remove that in all internal headers to not break the out of
tree scanning.
girepository/gibaseinfo.h | 2 +-
girepository/gifunctioninfo.h | 2 +-
girepository/girepository-private.h | 2 +-
girepository/gitypelib.h | 2 +-
girepository/gitypes.h | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/girepository/gibaseinfo.h b/girepository/gibaseinfo.h
index f4bd731..920b07a 100644
--- a/girepository/gibaseinfo.h
+++ b/girepository/gibaseinfo.h
@@ -23,7 +23,7 @@
#define __GIBASEINFO_H__
#if !defined (__GIREPOSITORY_H_INSIDE__) && !defined (GI_COMPILATION)
-#error "Only <girepository/girepository.h> can be included directly."
+#error "Only <girepository.h> can be included directly."
#endif
#include <glib-object.h>
diff --git a/girepository/gifunctioninfo.h b/girepository/gifunctioninfo.h
index 92e2089..b2059a8 100644
--- a/girepository/gifunctioninfo.h
+++ b/girepository/gifunctioninfo.h
@@ -23,7 +23,7 @@
#define __GIFUNCTIONINFO_H__
#if !defined (__GIREPOSITORY_H_INSIDE__) && !defined (GI_COMPILATION)
-#error "Only <girepository/girepository.h> can be included directly."
+#error "Only <girepository.h> can be included directly."
#endif
#include <girepository/gitypes.h>
diff --git a/girepository/girepository-private.h b/girepository/girepository-private.h
index cb82dc6..f29f8a4 100644
--- a/girepository/girepository-private.h
+++ b/girepository/girepository-private.h
@@ -25,7 +25,7 @@
#include <glib.h>
#include <girepository/gibaseinfo.h>
-#include <girepository/girepository.h>
+#include <girepository.h>
#include <girepository/gitypelib.h>
typedef struct _GIRealInfo GIRealInfo;
diff --git a/girepository/gitypelib.h b/girepository/gitypelib.h
index 2f74bf6..5d5eda5 100644
--- a/girepository/gitypelib.h
+++ b/girepository/gitypelib.h
@@ -25,7 +25,7 @@
#define __GITYPELIB_H__
#if !defined (__GIREPOSITORY_H_INSIDE__) && !defined (GI_COMPILATION)
-#error "Only <girepository/girepository.h> can be included directly."
+#error "Only <girepository.h> can be included directly."
#endif
#include <glib.h>
diff --git a/girepository/gitypes.h b/girepository/gitypes.h
index a51df08..f537003 100644
--- a/girepository/gitypes.h
+++ b/girepository/gitypes.h
@@ -23,7 +23,7 @@
#define __GITYPES_H__
#if !defined (__GIREPOSITORY_H_INSIDE__) && !defined (GI_COMPILATION)
-#error "Only <girepository/girepository.h> can be included directly."
+#error "Only <girepository.h> can be included directly."
#endif
#include <girepository/gibaseinfo.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]