Commit c2008595 authored by Christophe Mutricy's avatar Christophe Mutricy

Fix for people with old automake

parent 75674fbf
...@@ -180,12 +180,14 @@ DEPS_res = \ ...@@ -180,12 +180,14 @@ DEPS_res = \
BUILT_SOURCES += $(nodist_SOURCES_qt4) BUILT_SOURCES += $(nodist_SOURCES_qt4)
moc_verbose = $(moc_verbose_$(V)) moc_verbose = $(moc_verbose_$(V))
moc_verbose_ = $(moc_verbose_$(AM_DEFAULT_VERBOSITY)) moc_verbose_ = $(moc_verbose__$(AM_DEFAULT_VERBOSITY))
moc_verbose_0 = @echo " MOC " $@; moc_verbose_0 = @echo " MOC " $@;
moc_verbose__0 = $(oc_verbose_0)
uic_verbose = $(uic_verbose_$(V)) uic_verbose = $(uic_verbose_$(V))
uic_verbose_ = $(uic_verbose_$(AM_DEFAULT_VERBOSITY)) uic_verbose_ = $(uic_verbose__$(AM_DEFAULT_VERBOSITY))
uic_verbose_0 = @echo " UIC " $@; uic_verbose_0 = @echo " UIC " $@;
uic_verbose__0 = $(uic_verbose_0)
resources.cpp: vlc.qrc $(DEPS_res) resources.cpp: vlc.qrc $(DEPS_res)
$(AM_V_GEN)$(RCC) -name vlc -o $@ $< $(AM_V_GEN)$(RCC) -name vlc -o $@ $<
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment