diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | pygobject-2.0.pc.in | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-05-02 Johan Dahlin <jdahlin@async.com.br> + + * pygobject-2.0-uninstalled.pc.in: Add libdir. + Fixes #435132 (Luca Ferretti) + 2007-05-01 Johan Dahlin <johan@gnome.org> * gobject/propertyhelper.py: diff --git a/pygobject-2.0.pc.in b/pygobject-2.0.pc.in index 5e29935..73ff035 100644 --- a/pygobject-2.0.pc.in +++ b/pygobject-2.0.pc.in @@ -3,6 +3,7 @@ exec_prefix=@exec_prefix@ includedir=@includedir@ datarootdir=@datarootdir@ datadir=@datadir@ +libdir=@libdir@ # you can use the --variable=pygtkincludedir argument to # pkg-config to get this value. You might want to use this to |
