diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-07-20 12:48:13 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-07-20 12:48:13 +0000 |
| commit | 9cd866c9066eaa933b54e77225ada672fcfacad3 (patch) | |
| tree | 25486f48cf8a267bdef8320e20d0385e41dbb1ac /ChangeLog | |
| parent | 723d35fc2d1f65e3d040c3b61ada66d45b84a481 (diff) | |
| download | pygobject-9cd866c9066eaa933b54e77225ada672fcfacad3.tar.gz pygobject-9cd866c9066eaa933b54e77225ada672fcfacad3.tar.xz pygobject-9cd866c9066eaa933b54e77225ada672fcfacad3.zip | |
Install the glib module, the helper library and the headers. Use it from
2008-07-20 Johan Dahlin <johan@gnome.org>
* glib/Makefile.am:
* gobject/Makefile.am:
* gobject/__init__.py:
* gobject/gobjectmodule.c (pyg_threads_init), (pyg_error_check),
(pyg_gerror_exception_check), (init_gobject):
* gobject/option.py:
Install the glib module, the helper library and the headers.
Use it from gobject and remove the old glib specific code from there.
svn path=/trunk/; revision=842
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2008-07-20 Johan Dahlin <johan@gnome.org> + * glib/Makefile.am: + * gobject/Makefile.am: + * gobject/__init__.py: + * gobject/gobjectmodule.c (pyg_threads_init), (pyg_error_check), + (pyg_gerror_exception_check), (init_gobject): + * gobject/option.py: + Install the glib module, the helper library and the headers. + Use it from gobject and remove the old glib specific code from there. + +2008-07-20 Johan Dahlin <johan@gnome.org> + * configure.ac: * gobject/Makefile.am: Use pkg-config to check for libffi again. |
