From 38c1add4d1604274a55a77efb9063da89a1ff861 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hugo=20Beauz=C3=A9e-Luyssen?= Date: Wed, 27 Dec 2017 15:57:50 +0100 Subject: [PATCH] bin/Makefile.am: Explicitely depend on libbreakpad_wrapper.la --- 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 -- 2.11.4.GIT