From 0dc1cddcacb6d7dcc766c8689dc95be68e005587 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Wed, 29 Mar 2006 12:25:22 +0000 Subject: Install/dist dsextras.py --- ChangeLog | 4 ++++ Makefile.am | 7 +++++-- 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 + + * Makefile.am: Include dsextras.py in the dist and install it. + 2006-03-19 Gustavo J. A. M. Carneiro * 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 -- cgit