[pygobject] Remove _glib include path from gi module target
- From: Simon Feltman <sfeltman src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject] Remove _glib include path from gi module target
- Date: Tue, 14 Jan 2014 20:33:00 +0000 (UTC)
commit 9a7f6f08c1dc0eb0dd91437da8ac429fbafc8a4a
Author: Simon Feltman <sfeltman src gnome org>
Date: Tue Jan 14 12:25:09 2014 -0800
Remove _glib include path from gi module target
gi/Makefile.am | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/gi/Makefile.am b/gi/Makefile.am
index 2d4d194..d4c7c30 100644
--- a/gi/Makefile.am
+++ b/gi/Makefile.am
@@ -101,12 +101,10 @@ _gi_la_SOURCES = \
pygi-marshal-cleanup.h
_gi_la_CFLAGS = \
$(extension_cppflags) \
- -I$(top_srcdir)/gi/_glib \
$(GLIB_CFLAGS) \
$(GI_CFLAGS)
_gi_la_CPPFLAGS = \
- $(extension_cppflags) \
- -I$(top_srcdir)/gi/_glib
+ $(extension_cppflags)
_gi_la_LIBADD = \
$(extension_libadd) \
$(GLIB_LIBS) \
@@ -125,8 +123,7 @@ _gi_cairo_la_CFLAGS = \
$(GI_CFLAGS) \
$(PYCAIRO_CFLAGS)
_gi_cairo_la_CPPFLAGS = \
- $(extension_cppflags) \
- -I$(top_srcdir)/gi/_glib
+ $(extension_cppflags)
_gi_cairo_la_LIBADD = \
$(extension_libadd) \
$(GI_LIBS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]