Skip to content

Commit

Permalink
Added small PYTHONPATH note
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Dahlin committed Jul 29, 2004
1 parent 9a2ae29 commit fa82703
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gobject/Makefile.am
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fa82703

Please sign in to comment.