summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-07-23 15:23:27 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2006-07-23 15:23:27 +0000
commit0a234f339fbcb2f241ebaa79888eaa658140d342 (patch)
tree4f8d59ba73d26d1f6fddc29fed8bed9048e83b9f
parent89d569d07deebc33e9e7a3ca4251056af38d5cbd (diff)
downloadpygtk-0a234f339fbcb2f241ebaa79888eaa658140d342.tar.gz
Remove back the install-exec-hook that removes _gtk.la
-rw-r--r--ChangeLog4
-rw-r--r--gtk/Makefile.am3
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e9e3e524..f81ad60c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-23 Gustavo J. A. M. Carneiro <gjc@gnome.org>
+
+ * gtk/Makefile.am: Remove back the install-exec-hook that removes _gtk.la.
+
2006-07-23 Johan Dahlin <johan@gnome.org>
* Makefile.am:
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index cd913483..4cfa009e 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -183,6 +183,3 @@ endif
gtk-types.c:
@:
-
-install-exec-hook: # Remove old deprecated modules
- -$(LIBTOOL) --mode=uninstall rm -f $(pygtkdir)/_gtk.la