From 3bc62e491e6be1728f35fd794305601445d386eb Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Sun, 23 Jul 2006 12:04:09 +0000 Subject: _gtkimpl vs _gtk compat. fixes --- gtk/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk/Makefile.am') diff --git a/gtk/Makefile.am b/gtk/Makefile.am index bef009e7..6031d75b 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -157,3 +157,7 @@ endif # could use pattern rules. Perhaps we should rename gtk-types.c. gtk-types.c: @: + + +install-exec-hook: # Remove old deprecated modules + -$(LIBTOOL) --mode=uninstall rm -f $(pygtkdir)/_gtk.la -- cgit v1.2.1