[pygobject] [gi] Add -I../gobject to cflags



commit c305fbeb7bdb44623d5198f4a8f0a374d529fdf4
Author: Johan Dahlin <johan gnome org>
Date:   Wed Jun 23 14:34:28 2010 -0300

    [gi] Add -I../gobject to cflags
    
    Since we're no longer pulling in pygobject cflags,
    add this to be able to include pygobject.h

 gi/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gi/Makefile.am b/gi/Makefile.am
index 1d2c0ea..f0c9ea2 100644
--- a/gi/Makefile.am
+++ b/gi/Makefile.am
@@ -6,6 +6,9 @@ pkgpyexecdir = $(pyexecdir)/gtk-2.0
 SUBDIRS = \
 	repository \
 	overrides
+
+INCLUDES = -I$(top_srcdir)/gobject
+
 AM_CFLAGS = \
 	$(PYTHON_INCLUDES) \
 	$(GI_CFLAGS) \



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