[vlc-commits] commit: Win32: fix resource file compilation (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Wed Aug 18 20:39:11 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 18 20:37:46 2010 +0200| [a604eea5bf392018501d288df24b4eabebf38c26] | committer: Jean-Baptiste Kempf 

Win32: fix resource file compilation

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a604eea5bf392018501d288df24b4eabebf38c26
---

 bin/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bin/Makefile.am b/bin/Makefile.am
index 19dfb57..debbc23 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -50,7 +50,7 @@ else
 vlc_LDADD += $(LIBDL)
 endif
 
-vlc_win32_rc.rc: $(top_builddir)/config.status
+vlc_win32_rc.rc: $(top_builddir)/config.status vlc_win32_rc.rc.in
 	cd "$(top_builddir)" && \
 	$(SHELL) ./config.status --file="bin/$@"
 



More information about the vlc-commits mailing list