From 678e9249127998d0cc8eec725326a11f036e6fa8 Mon Sep 17 00:00:00 2001 From: Cedric Gustin Date: Wed, 4 Oct 2006 08:00:12 +0000 Subject: Add pygobject_postinstall.py to EXTRA_DIST. 2006-10-04 Cedric Gustin * Makefile.am: Add pygobject_postinstall.py to EXTRA_DIST. --- ChangeLog | 4 ++++ Makefile.am | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8147b0c..5725ff0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-04 Cedric Gustin + + * Makefile.am: Add pygobject_postinstall.py to EXTRA_DIST. + 2006-10-03 Johan Dahlin * configure.ac: Post release version bump diff --git a/Makefile.am b/Makefile.am index 36164e4..965f1d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,7 @@ EXTRA_DIST = \ PKG-INFO \ PKG-INFO.in \ setup.py \ + pygobject_postinstall.py \ pygtk.py \ dsextras.py -- cgit