From 5c3cc41b80176af0673ae7b4aca23ffb6cea41ac Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 1 Feb 2008 22:37:50 +0000 Subject: Add this so other bindings can find gio.defs * pygobject-2.0.pc.in (defsdir): Add this so other bindings can find gio.defs svn path=/trunk/; revision=746 --- ChangeLog | 5 +++++ pygobject-2.0.pc.in | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2d60e3e..641b96c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-01 Dan Winship + + * pygobject-2.0.pc.in (defsdir): Add this so other bindings can + find gio.defs + 2008-01-21 Johan Dahlin * gio/gio.override (async_result_callback_marshal): diff --git a/pygobject-2.0.pc.in b/pygobject-2.0.pc.in index 73ff035..6876651 100644 --- a/pygobject-2.0.pc.in +++ b/pygobject-2.0.pc.in @@ -11,6 +11,7 @@ libdir=@libdir@ pygtkincludedir=${includedir}/pygtk-2.0 fixxref=${datadir}/pygobject/xsl/fixxref.py pygdocs=${datadir}/gtk-doc/html/pygobject +defsdir=${datadir}/pygobject/2.0/defs Name: PyGObject Description: Python bindings for GObject -- cgit