[vlc-commits] commit: Win32: correctly bump resource version	(Jean-Baptiste Kempf )
    git at videolan.org 
    git at videolan.org
       
    Wed Aug 18 17:38:28 CEST 2010
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 18 17:35:54 2010 +0200| [b7b88f91d07b1da032c5583f1ce9759e386b1bce] | committer: Jean-Baptiste Kempf 
Win32: correctly bump resource version
Close #3996
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b7b88f91d07b1da032c5583f1ce9759e386b1bce
---
 bin/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 92e6879..19dfb57 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -50,7 +50,7 @@ else
 vlc_LDADD += $(LIBDL)
 endif
 
-.rc.in.rc: $(top_builddir)/config.status
+vlc_win32_rc.rc: $(top_builddir)/config.status
 	cd "$(top_builddir)" && \
 	$(SHELL) ./config.status --file="bin/$@"
 
    
    
More information about the vlc-commits
mailing list