Commit 39ef9e13 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix automake warning

parent 38e2bdae
...@@ -65,7 +65,7 @@ nodist_SOURCES_qt4 = \ ...@@ -65,7 +65,7 @@ nodist_SOURCES_qt4 = \
ui/streampanel.h \ ui/streampanel.h \
ui/sout.h ui/sout.h
res_DEPENDENCIES = \ DEPS_res = \
pixmaps/prefs/advprefs_audio.png \ pixmaps/prefs/advprefs_audio.png \
pixmaps/prefs/advprefs_codec.png \ pixmaps/prefs/advprefs_codec.png \
pixmaps/prefs/advprefs_extended.png \ pixmaps/prefs/advprefs_extended.png \
...@@ -152,7 +152,7 @@ res_DEPENDENCIES = \ ...@@ -152,7 +152,7 @@ res_DEPENDENCIES = \
BUILT_SOURCES += $(nodist_SOURCES_qt4) BUILT_SOURCES += $(nodist_SOURCES_qt4)
resources.cpp: vlc.qrc $(res_DEPENDENCIES) resources.cpp: vlc.qrc $(DEPS_res)
$(RCC) -name vlc -o $@ $< $(RCC) -name vlc -o $@ $<
.hpp.moc.cpp: .hpp.moc.cpp:
...@@ -259,6 +259,6 @@ EXTRA_DIST += \ ...@@ -259,6 +259,6 @@ EXTRA_DIST += \
ui/sprefs_video.ui \ ui/sprefs_video.ui \
ui/streampanel.ui \ ui/streampanel.ui \
ui/sout.ui \ ui/sout.ui \
ui/vlm.ui ui/vlm.ui \
EXTRA_DIST += $(res_DEPENDENCIES) $(DEPS_res)
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