Sprinkle some $(AM_V_GEN) around to make the build more silent.

This commit is contained in:
Christian Persch
2010-06-15 22:01:02 -04:00
committed by Matthias Clasen
parent 062148ae9a
commit 1b8ee5196e
7 changed files with 26 additions and 27 deletions

View File

@@ -80,7 +80,7 @@ libgthread_2_0_la_LIBADD = $(G_THREAD_LIBS_EXTRA) $(G_THREAD_LIBS_FOR_GTHREAD) $
libgthread_2_0_la_DEPENDENCIES = $(gthread_win32_res) $(gthread_def)
gthread-win32-res.o: gthread.rc
$(WINDRES) gthread.rc $@
$(AM_V_GEN) $(WINDRES) gthread.rc $@
gthread-2.0.lib: libgthread-2.0.la gthread.def
lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgthread-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(srcdir)/gthread.def -out:$@