diff options
author | Johan Dahlin <johan@src.gnome.org> | 2006-03-29 12:25:22 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2006-03-29 12:25:22 +0000 |
commit | 0dc1cddcacb6d7dcc766c8689dc95be68e005587 (patch) | |
tree | c6ce0bf5c83a5bacbd1c24b2a6d5a46e796be0a1 | |
parent | 75958425472085b62c51dadf0015722929f02d85 (diff) | |
download | pygobject-0dc1cddcacb6d7dcc766c8689dc95be68e005587.tar.gz pygobject-0dc1cddcacb6d7dcc766c8689dc95be68e005587.tar.xz pygobject-0dc1cddcacb6d7dcc766c8689dc95be68e005587.zip |
Install/dist dsextras.py
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 7 |
2 files changed, 9 insertions, 2 deletions
@@ -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 |