[vlc-devel] commit: Clean lua byte-core (fix) ( Rémi Denis-Courmont )
    git version control 
    git at videolan.org
       
    Thu Feb 25 17:48:30 CET 2010
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Feb 25 18:45:07 2010 +0200| [647ea7baec3260e3ca3b081c34e945063ed6afb0] | committer: Rémi Denis-Courmont 
Clean lua byte-core (fix)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=647ea7baec3260e3ca3b081c34e945063ed6afb0
---
 share/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/Makefile.am b/share/Makefile.am
index 83bcc1d..66c060a 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -234,7 +234,7 @@ nobase_vlclib_DATA += \
 nobase_vlcdata_DATA += $(DIST_http_lua)
 endif
 endif
-MOSTLYCLEANFILES += $(vlclua_DATA)
+MOSTLYCLEANFILES += $(nobase_vlclib_DATA)
 
 EXTRA_DIST += \
 	lua/README.txt \
    
    
More information about the vlc-devel
mailing list