summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am7
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bd0b11f..8b25868 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-16 Johan Dahlin <johan@gnome.org>
+
+ * Makefile.am: Include dsextras.py in the dist and install it.
+
2006-03-19 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* gobject/pygobject.c (pygobject_new_with_interfaces): Remove
diff --git a/Makefile.am b/Makefile.am
index 7fc20bf..f5ff9a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,15 +10,18 @@ EXTRA_DIST = \
pygobject-$(PLATFORM_VERSION).pc.in \
PKG-INFO \
PKG-INFO.in \
- setup.py
+ setup.py \
+ dsextras.py
+
INCLUDES = $(PYTHON_INCLUDES) $(GLIB_CFLAGS) -I$(top_srcdir)/gobject
# pkg-config files
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = pygobject-$(PLATFORM_VERSION).pc
-# extension modules
+# python modules
pkgpyexecdir = $(pyexecdir)/gtk-2.0
+pkgpyexec_PYTHON = dsextras.py
pkgpyexec_LTLIBRARIES =
# python