[vlc-commits] Fix EXTRA_DIST list
    Rafaël Carré 
    git at videolan.org
       
    Mon Dec 17 01:09:25 CET 2012
    
    
  
vlc/vlc-2.0 | branch: master | Rafaël Carré <funman at videolan.org> | Mon Dec 17 01:08:51 2012 +0100| [0e00f5e468c0c2ddb810338b49f2efc17d61e30e] | committer: Rafaël Carré
Fix EXTRA_DIST list
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=0e00f5e468c0c2ddb810338b49f2efc17d61e30e
---
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 4f8c68e..29571c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,7 +73,7 @@ EXTRA_DIST = \
 	extras/package/win32/UAC/uac.cpp \
 	extras/package/win32/UAC/uac.h \
 	extras/package/win32/UAC/Readme.html \
-	extras/package/win32/UAC.nsh \
+	extras/package/win32/UAC.nsh
 
 dist_noinst_SCRIPTS = bootstrap
 nodist_noinst_SCRIPTS = compile
    
    
More information about the vlc-commits
mailing list