diff options
author | Manish Singh <yosh@gimp.org> | 2002-03-06 18:03:28 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2002-03-06 18:03:28 +0000 |
commit | cc83c500e4c0692779664f630a6e62fa51c6ef18 (patch) | |
tree | 94ec0ab7797d56fa78114e8fa0e0dd2ac396c14c /gtk/Makefile.am | |
parent | 3e480fbf014fae71b0a1913987e4cb2c4fd656cf (diff) | |
download | gtk+-cc83c500e4c0692779664f630a6e62fa51c6ef18.tar.gz |
gdk/Makefile.am rework so that only things that really need to be done
2002-03-06 Manish Singh <yosh@gimp.org>
* gdk/Makefile.am
* gtk/Makefile.am: rework so that only things that really need to be
done post install are in the hook
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 955cdbb2a0..817a7bdacb 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -563,7 +563,7 @@ if DISABLE_EXPLICIT_DEPS endif # Install a RC file for the default GTK+ theme, and key themes -install-data-hook: install-ms-lib install-libtool-import-lib +install-data-local: install-ms-lib install-libtool-import-lib $(mkinstalldirs) $(DESTDIR)$(datadir)/themes/Default/gtk-2.0 $(INSTALL) $(srcdir)/gtkrc.default $(DESTDIR)$(datadir)/themes/Default/gtk-2.0/gtkrc $(mkinstalldirs) $(DESTDIR)$(datadir)/themes/Default/gtk-2.0-key |