diff options
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 |