diff options
author | Cedric Gustin <cedric.gustin@gmail.com> | 2006-10-04 08:00:12 +0000 |
---|---|---|
committer | Cedric Gustin <gustin@src.gnome.org> | 2006-10-04 08:00:12 +0000 |
commit | 678e9249127998d0cc8eec725326a11f036e6fa8 (patch) | |
tree | 2c3ffc6df9dd5377871f47074b3469601a3c39b5 | |
parent | 1e6f41f7d722de3f0e10565943863f297a917076 (diff) | |
download | pygobject-678e9249127998d0cc8eec725326a11f036e6fa8.tar.gz pygobject-678e9249127998d0cc8eec725326a11f036e6fa8.tar.xz pygobject-678e9249127998d0cc8eec725326a11f036e6fa8.zip |
Add pygobject_postinstall.py to EXTRA_DIST.
2006-10-04 Cedric Gustin <cedric.gustin@gmail.com>
* Makefile.am: Add pygobject_postinstall.py to EXTRA_DIST.
-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 |