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

Remove buggy rule, fix distcheck

(cherry picked from commit 4054dd1fe53dac91138281fc3341bcbbc50f1fe8)
parent c54562d1
...@@ -316,13 +316,7 @@ DIST_maemo = \ ...@@ -316,13 +316,7 @@ DIST_maemo = \
maemo/vlc_intf.rc \ maemo/vlc_intf.rc \
maemo/vlc_left_tab_active.png \ maemo/vlc_left_tab_active.png \
maemo/vlc_left_tab_passive.png \ maemo/vlc_left_tab_passive.png \
maemo/playlist.png \ maemo/playlist.png
maemo/play.png \
maemo/pause.png \
maemo/stop.png \
maemo/previous.png \
maemo/next.png \
maemo/vlc32x32.png
maemo_FILES = \ maemo_FILES = \
../modules/gui/qt4/pixmaps/play.png \ ../modules/gui/qt4/pixmaps/play.png \
...@@ -331,7 +325,3 @@ maemo_FILES = \ ...@@ -331,7 +325,3 @@ maemo_FILES = \
../modules/gui/qt4/pixmaps/previous.png \ ../modules/gui/qt4/pixmaps/previous.png \
../modules/gui/qt4/pixmaps/next.png \ ../modules/gui/qt4/pixmaps/next.png \
vlc32x32.png vlc32x32.png
$(DIST_maemo): $(maemo_FILES)
mkdir -p maemo
cp -r $+ maemo
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