summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-26 11:09:19 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-26 11:09:19 +0000
commit0cdb8d90d04990c682505e280377c56fce27a0a2 (patch)
tree7ba87d3bccf36db2b58e1222eaa85d21adb37afa
parent570e2575b08cae2bcebb7608a901d40d06e95a20 (diff)
downloadpygobject-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--ChangeLog3
-rw-r--r--gobject/Makefile.am2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e58111..e3f48fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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