[vlc-commits] bin/Makefile.am: Explicitely depend on libbreakpad_wrapper.la
Hugo Beauzée-Luyssen
git at videolan.org
Wed Dec 27 15:57:17 CET 2017
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Dec 27 15:57:50 2017 +0100| [38c1add4d1604274a55a77efb9063da89a1ff861] | committer: Hugo Beauzée-Luyssen
bin/Makefile.am: Explicitely depend on libbreakpad_wrapper.la
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=38c1add4d1604274a55a77efb9063da89a1ff861
---
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