From bfd545e285c4641a0cfc54687f6b63d8b5fd5cae Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 5 Jul 2009 15:13:34 +0300 Subject: [PATCH] Remove buggy rule, fix distcheck (cherry picked from commit 4054dd1fe53dac91138281fc3341bcbbc50f1fe8) --- share/Makefile.am | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/share/Makefile.am b/share/Makefile.am index e78ee9de20..897f113844 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -316,13 +316,7 @@ DIST_maemo = \ maemo/vlc_intf.rc \ maemo/vlc_left_tab_active.png \ maemo/vlc_left_tab_passive.png \ - maemo/playlist.png \ - maemo/play.png \ - maemo/pause.png \ - maemo/stop.png \ - maemo/previous.png \ - maemo/next.png \ - maemo/vlc32x32.png + maemo/playlist.png maemo_FILES = \ ../modules/gui/qt4/pixmaps/play.png \ @@ -331,7 +325,3 @@ maemo_FILES = \ ../modules/gui/qt4/pixmaps/previous.png \ ../modules/gui/qt4/pixmaps/next.png \ vlc32x32.png - -$(DIST_maemo): $(maemo_FILES) - mkdir -p maemo - cp -r $+ maemo -- 2.39.2