summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-04-01 17:09:57 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-04-01 17:09:57 +0000
commitdca42f447c6a80eb99c475beeedfee08b6454924 (patch)
tree7209b552f7be914a64a9358a50fe42ef2eeb9a01 /gtk/Makefile.am
parent131ec457942583532ed6d2600d26c241440ba4af (diff)
downloadpygtk-dca42f447c6a80eb99c475beeedfee08b6454924.tar.gz
Remove gobject and depend on pygobject 2.10.0
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 2477fa9f..80051319 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -4,12 +4,7 @@ PLATFORM_VERSION = 2.0
CLEANFILES =
EXTRA_DIST =
-INCLUDES = $(PYTHON_INCLUDES)
-if BUILD_GOBJECT
- INCLUDES += -I$(top_srcdir)/gobject
-else
- INCLUDES += -I$(PYGOBJECT_INCLUDEDIR)
-endif
+INCLUDES = $(PYTHON_INCLUDES) $(PYGOBJECT_CFLAGS)
# defs files
defsdir = $(pkgdatadir)/$(PLATFORM_VERSION)/defs