[vlc-commits] bin: vlc_win32_rc depends on the manifest file
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Wed Mar  8 15:55:06 CET 2017
    
    
  
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Mar  8 14:06:38 2017 +0100| [69d1dd35c4d24b9e846fb223e56f0be8ef335e5b] | committer: Hugo Beauzée-Luyssen
bin: vlc_win32_rc depends on the manifest file
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=69d1dd35c4d24b9e846fb223e56f0be8ef335e5b
---
 bin/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 2c0aee8..4358b2b 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -86,7 +86,7 @@ vlc_win32_rc.rc: $(top_builddir)/config.status vlc_win32_rc.rc.in
 	cd "$(top_builddir)" && \
 	$(SHELL) ./config.status --file="bin/$@"
 
-vlc_win32_rc.$(OBJEXT): vlc_win32_rc.rc
+vlc_win32_rc.$(OBJEXT): vlc_win32_rc.rc $(top_srcdir)/extras/package/win32/vlc.exe.manifest
 	$(WINDRES) --include-dir $(top_srcdir)/share/icons --include-dir $(top_srcdir)/extras/package/win32 -i $< -o $@
 
 vlc_cache_gen_SOURCES = cachegen.c
    
    
More information about the vlc-commits
mailing list