diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Makefile.am | 5 |
2 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2008-03-22 Johan Dahlin <johan@gnome.org> + + * Makefile.am: Dist .m4 files. + (#496011, Ed Catmur) + 2008-03-02 Paul Pogonyshev <pogonyshev@gmx.net> * gobject/gobjectmodule.c (REGISTER_TYPE): Never override customly @@ -219,7 +224,7 @@ 2007-08-27 Johan Dahlin <jdahlin@async.com.br> * gobject/propertyhelper.py (property.__metaclass__.__repr__): Avoid - exporting the metaclass, just define it in the class. + exporting the metaclass, just define it where it will be used. * gobject/__init__.py (GObjectMeta._install_properties): Refactor a bit to make sure that it is possible to use in subclasses, diff --git a/Makefile.am b/Makefile.am index aafc382..91a09ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,10 @@ EXTRA_DIST = \ setup.py \ pygobject_postinstall.py \ pygtk.py \ - dsextras.py + dsextras.py \ + m4/as-ac-expand.m4 \ + m4/jhflags.m4 \ + m4/python.m4 INCLUDES = $(PYTHON_INCLUDES) $(GLIB_CFLAGS) -I$(top_srcdir)/gobject |