[vlc-commits] src: libvlc_win32_rc depends on libvlc.dll.manifest

Hugo Beauzée-Luyssen git at videolan.org
Wed Mar 8 23:43:50 CET 2017


vlc/vlc-2.2 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Mar  8 15:51:11 2017 +0100| [013cab7fc58aa9180b88710914ce6b99022b2a04] | committer: Jean-Baptiste Kempf

src: libvlc_win32_rc depends on libvlc.dll.manifest

(cherry picked from commit 504105b167f2469f477bb3cb222b1b28494f2ed8)
Modified-by: Jean-Baptiste Kempf <jb at videolan.org>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index d3cddbf..c45c5dc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -199,7 +199,7 @@ if HAVE_DBUS
 libvlccore_la_LIBADD += $(DBUS_LIBS)
 endif
 
-libvlc_win32_rc.$(OBJEXT): libvlc_win32_rc.rc
+libvlc_win32_rc.$(OBJEXT): libvlc_win32_rc.rc $(top_srcdir)/extras/package/win32/libvlc.dll.manifest
 	$(WINDRES) --include-dir $(top_srcdir)/share --include-dir $(top_srcdir)/extras/package/win32 -i $< -o $@
 
 EXTRA_libvlccore_la_SOURCES = \



More information about the vlc-commits mailing list