[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.
This commit is contained in:
Johan Dahlin
2010-06-01 10:15:12 -03:00
parent a94a11b5c0
commit 6edee7684c
5 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
#define __GIBASEINFO_H__ #define __GIBASEINFO_H__
#if !defined (__GIREPOSITORY_H_INSIDE__) && !defined (GI_COMPILATION) #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 #endif
#include <glib-object.h> #include <glib-object.h>

View File

@@ -23,7 +23,7 @@
#define __GIFUNCTIONINFO_H__ #define __GIFUNCTIONINFO_H__
#if !defined (__GIREPOSITORY_H_INSIDE__) && !defined (GI_COMPILATION) #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 #endif
#include <girepository/gitypes.h> #include <girepository/gitypes.h>

View File

@@ -25,7 +25,7 @@
#include <glib.h> #include <glib.h>
#include <girepository/gibaseinfo.h> #include <girepository/gibaseinfo.h>
#include <girepository/girepository.h> #include <girepository.h>
#include <girepository/gitypelib.h> #include <girepository/gitypelib.h>
typedef struct _GIRealInfo GIRealInfo; typedef struct _GIRealInfo GIRealInfo;

View File

@@ -25,7 +25,7 @@
#define __GITYPELIB_H__ #define __GITYPELIB_H__
#if !defined (__GIREPOSITORY_H_INSIDE__) && !defined (GI_COMPILATION) #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 #endif
#include <glib.h> #include <glib.h>

View File

@@ -23,7 +23,7 @@
#define __GITYPES_H__ #define __GITYPES_H__
#if !defined (__GIREPOSITORY_H_INSIDE__) && !defined (GI_COMPILATION) #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 #endif
#include <girepository/gibaseinfo.h> #include <girepository/gibaseinfo.h>