summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-03-02 14:01:15 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-03-02 14:01:15 +0000
commitdda1e06eccede648f0c55946244408cc7bbeea7d (patch)
treedd257ac4af0917ae641e8d8af255bda5aae48182
parentc06b1b22b905e5c245a4f65782af2a04100956c7 (diff)
downloadpygobject-dda1e06eccede648f0c55946244408cc7bbeea7d.tar.gz
pygobject-dda1e06eccede648f0c55946244408cc7bbeea7d.tar.xz
pygobject-dda1e06eccede648f0c55946244408cc7bbeea7d.zip
Dist .m4 files. (#496011, Ed Catmur)
2008-03-22 Johan Dahlin <johan@gnome.org> * Makefile.am: Dist .m4 files. (#496011, Ed Catmur) svn path=/trunk/; revision=748
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.am5
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 <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