[vlc-devel] commit: Remove buggy rule, fix distcheck ( Rémi Denis-Courmont )
    git version control 
    git at videolan.org
       
    Sun Jul  5 14:29:37 CEST 2009
    
    
  
vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Sun Jul  5 15:13:34 2009 +0300| [4054dd1fe53dac91138281fc3341bcbbc50f1fe8] | committer: Rémi Denis-Courmont 
Remove buggy rule, fix distcheck
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4054dd1fe53dac91138281fc3341bcbbc50f1fe8
---
 share/Makefile.am |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)
diff --git a/share/Makefile.am b/share/Makefile.am
index e78ee9d..897f113 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
    
    
More information about the vlc-devel
mailing list