[vlc-devel] [PATCH] Fix distributing of contrib/
    Alexey Sokolov 
    alexey at alexeysokolov.co.cc
       
    Sat Aug  6 05:16:49 CEST 2011
    
    
  
I tested only presense of contrib/src, not its content :(
It was contrib/src/src instead.
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 5e35330..d4958ab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -358,7 +358,7 @@ EXTRA_DIST += \
 ##############################################################################
 EXTRA_DIST += \
 	contrib/bootstrap \
-	contrib/src/
+	contrib/src
 
 ###############################################################################
 # Building libvlc
-- 
1.7.4.1
    
    
More information about the vlc-devel
mailing list