[gtk+/quartz-integration: 65/108] Disable gtk-update-icon-cache.exe.manifest with --enable-gtk2-dependency



commit f9dc72b4dfa039707f8448e9584079a165a725bf
Author: Kalev Lember <kalev smartlink ee>
Date:   Fri Apr 29 14:56:01 2011 +0300

    Disable gtk-update-icon-cache.exe.manifest with --enable-gtk2-dependency
    
    When gtk-update-icon-cache building is suppressed, its manifest file
    should also not be installed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=648938

 gtk/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 776b24b..23c7355 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1021,7 +1021,6 @@ bin_PROGRAMS = \
 
 if BUILD_ICON_CACHE
 bin_PROGRAMS += gtk-update-icon-cache
-endif
 
 if OS_WIN32
 
@@ -1054,6 +1053,7 @@ $(GTK_UPDATE_ICON_CACHE_MANIFEST):
 	 echo '</assembly>' ) >$@
 
 endif
+endif
 
 gtk_query_immodules_3_0_DEPENDENCIES = $(DEPS)
 gtk_query_immodules_3_0_LDADD = $(LDADDS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]