[gtk+] Disable gtk-update-icon-cache.exe.manifest with --enable-gtk2-dependency



commit bcc153e262ed1fae777aaeb05e3bb989d21a5a8e
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 0279dec..5d9e530 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1024,7 +1024,6 @@ bin_PROGRAMS = \
 
 if BUILD_ICON_CACHE
 bin_PROGRAMS += gtk-update-icon-cache
-endif
 
 if OS_WIN32
 
@@ -1057,6 +1056,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]