diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-07-26 11:09:19 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-07-26 11:09:19 +0000 |
| commit | 0cdb8d90d04990c682505e280377c56fce27a0a2 (patch) | |
| tree | 7ba87d3bccf36db2b58e1222eaa85d21adb37afa | |
| parent | 570e2575b08cae2bcebb7608a901d40d06e95a20 (diff) | |
| download | pygobject-0cdb8d90d04990c682505e280377c56fce27a0a2.tar.gz pygobject-0cdb8d90d04990c682505e280377c56fce27a0a2.tar.xz pygobject-0cdb8d90d04990c682505e280377c56fce27a0a2.zip | |
Build fix, remove extra \
2008-07-26 Johan Dahlin <johan@gnome.org>
* gobject/Makefile.am (_gobject_la_SOURCES): Build fix, remove
extra \
svn path=/trunk/; revision=865
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | gobject/Makefile.am | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2008-07-26 Johan Dahlin <johan@gnome.org> + * gobject/Makefile.am (_gobject_la_SOURCES): Build fix, remove + extra \ + * examples/gio/directory-async.py: * gio/Makefile.am: * gio/giomodule.c (init_gio): diff --git a/gobject/Makefile.am b/gobject/Makefile.am index 44c3741..ac0ea15 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -52,7 +52,7 @@ _gobject_la_SOURCES = \ pygobject-private.h \ pygparamspec.c \ pygpointer.c \ - pygtype.c \ + pygtype.c _gobject_la_DEPENDENCIES = constants.py if HAVE_LIBFFI |
