[vlc-commits] bin/Makefile.am: Explicitely depend on libbreakpad_wrapper.la

Hugo Beauzée-Luyssen git at videolan.org
Wed Dec 27 15:57:54 CET 2017


vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Dec 27 15:57:50 2017 +0100| [6e9ff4e9e813f7a1555ad77a014485a056da8d8f] | committer: Hugo Beauzée-Luyssen

bin/Makefile.am: Explicitely depend on libbreakpad_wrapper.la

(cherry picked from commit 38c1add4d1604274a55a77efb9063da89a1ff861)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

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

 bin/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/Makefile.am b/bin/Makefile.am
index cfa140be53..9ccb755cd3 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -40,6 +40,7 @@ libbreakpad_wrapper_la_CXXFLAGS = $(AM_CXXFLAGS) $(BREAKPAD_CFLAGS) -DBREAKPAD_U
 if HAVE_BREAKPAD
 noinst_LTLIBRARIES = libbreakpad_wrapper.la
 vlc_LDADD += libbreakpad_wrapper.la -lstdc++ -lwininet
+vlc_DEPENDENCIES += libbreakpad_wrapper.la
 vlc_CPPFLAGS += -DHAVE_BREAKPAD
 endif
 endif



More information about the vlc-commits mailing list