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
This commit is contained in:
Kalev Lember 2011-04-29 14:56:01 +03:00 committed by Colin Walters
parent 95904a5a1b
commit bcc153e262

View File

@ -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)