From dda1e06eccede648f0c55946244408cc7bbeea7d Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sun, 2 Mar 2008 14:01:15 +0000 Subject: Dist .m4 files. (#496011, Ed Catmur) 2008-03-22 Johan Dahlin * Makefile.am: Dist .m4 files. (#496011, Ed Catmur) svn path=/trunk/; revision=748 --- ChangeLog | 7 ++++++- Makefile.am | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6eb7f94..3c8effa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-22 Johan Dahlin + + * Makefile.am: Dist .m4 files. + (#496011, Ed Catmur) + 2008-03-02 Paul Pogonyshev * gobject/gobjectmodule.c (REGISTER_TYPE): Never override customly @@ -219,7 +224,7 @@ 2007-08-27 Johan Dahlin * 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 -- cgit