summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2004-07-29 18:05:14 +0000
committerJohan Dahlin <johan@src.gnome.org>2004-07-29 18:05:14 +0000
commitfa82703297dadadf71b26650a8bafd55fc101dce (patch)
treecec2886eff25cefd3dc3760840e18b724f0b3685
parent9a2ae29dae29ce26f0160ca7c94fe629b25446fb (diff)
downloadpygobject-fa82703297dadadf71b26650a8bafd55fc101dce.tar.gz
pygobject-fa82703297dadadf71b26650a8bafd55fc101dce.tar.xz
pygobject-fa82703297dadadf71b26650a8bafd55fc101dce.zip
Added small PYTHONPATH note
-rw-r--r--gobject/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gobject/Makefile.am b/gobject/Makefile.am
index 68a7eba..a3e5e87 100644
--- a/gobject/Makefile.am
+++ b/gobject/Makefile.am
@@ -1,7 +1,8 @@
AUTOMAKE_OPTIONS = 1.7
+PLATFORM_VERSION = 2.0
INCLUDES = $(PYTHON_INCLUDES) $(GLIB_CFLAGS)
-pkgincludedir = $(includedir)/pygtk-2.0
+pkgincludedir = $(includedir)/pygtk-$(PLATFORM_VERSION)
pkginclude_HEADERS = pygobject.h
pkgpyexecdir = $(pyexecdir)/gtk-2.0