diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2006-10-04 Cedric Gustin <cedric.gustin@gmail.com> + + * Makefile.am: Add pygobject_postinstall.py to EXTRA_DIST. + 2006-10-03 Johan Dahlin <jdahlin@async.com.br> * 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 |