[vlc-devel] commit: Fix automake warning ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Oct 16 17:37:08 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Thu Oct 16 18:37:01 2008 +0300| [39ef9e13a25db2472b360d9e0bd5a4c57cef71b8] | committer: Rémi Denis-Courmont
Fix automake warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=39ef9e13a25db2472b360d9e0bd5a4c57cef71b8
---
modules/gui/qt4/Modules.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/gui/qt4/Modules.am b/modules/gui/qt4/Modules.am
index 5786e9e..a715e40 100644
--- a/modules/gui/qt4/Modules.am
+++ b/modules/gui/qt4/Modules.am
@@ -65,7 +65,7 @@ nodist_SOURCES_qt4 = \
ui/streampanel.h \
ui/sout.h
-res_DEPENDENCIES = \
+DEPS_res = \
pixmaps/prefs/advprefs_audio.png \
pixmaps/prefs/advprefs_codec.png \
pixmaps/prefs/advprefs_extended.png \
@@ -152,7 +152,7 @@ res_DEPENDENCIES = \
BUILT_SOURCES += $(nodist_SOURCES_qt4)
-resources.cpp: vlc.qrc $(res_DEPENDENCIES)
+resources.cpp: vlc.qrc $(DEPS_res)
$(RCC) -name vlc -o $@ $<
.hpp.moc.cpp:
@@ -259,6 +259,6 @@ EXTRA_DIST += \
ui/sprefs_video.ui \
ui/streampanel.ui \
ui/sout.ui \
- ui/vlm.ui
-EXTRA_DIST += $(res_DEPENDENCIES)
+ ui/vlm.ui \
+ $(DEPS_res)
More information about the vlc-devel
mailing list