[vlc-commits] Add misc/atomic.c to SOURCES_libvlc_symbian and fix	indentation
    Pankaj yadav 
    git at videolan.org
       
    Thu Jan 20 18:37:15 CET 2011
    
    
  
vlc | branch: master | Pankaj yadav <pankajdnapster at gmail.com> | Thu Jan 20 18:36:36 2011 +0100| [36e5bdf404cf5c4bb5c563ed399936e8ef9d3481] | committer: Jean-Baptiste Kempf
Add misc/atomic.c to SOURCES_libvlc_symbian and fix indentation
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=36e5bdf404cf5c4bb5c563ed399936e8ef9d3481
---
 src/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 022b22f..d8e1aab 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -301,7 +301,8 @@ SOURCES_libvlc_win32 = \
 
 SOURCES_libvlc_symbian = \
 	symbian/path.cpp \
-        symbian/dirs.c \
+	symbian/dirs.c \
+	misc/atomic.c \
 	$(NULL)
 
 SOURCES_libvlc_other = \
    
    
More information about the vlc-commits
mailing list