[vlc-commits] bin/Makefile.am: Simplify

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


vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Dec 27 15:26:22 2017 +0100| [561198da542e046b07901a2f913451f44e9dadd3] | committer: Hugo Beauzée-Luyssen

bin/Makefile.am: Simplify

(cherry picked from commit 87d76d7689f8a20e05984a8746695c7973625349)
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=561198da542e046b07901a2f913451f44e9dadd3
---

 bin/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/Makefile.am b/bin/Makefile.am
index 6975f47458..cfa140be53 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -24,16 +24,15 @@ endif
 # Main VLC executable
 #
 vlc_LDADD = ../lib/libvlc.la $(LIBPTHREAD)
+vlc_CPPFLAGS = $(AM_CPPFLAGS)
 if !HAVE_WIN32
 vlc_SOURCES = vlc.c override.c
 vlc_LDADD += $(LIBDL)
-vlc_CPPFLAGS = $(AM_CPPFLAGS)
 else
 vlc_SOURCES = winvlc.c
 vlc_DEPENDENCIES = vlc_win32_rc.$(OBJEXT)
 vlc_LDFLAGS = -mwindows
 vlc_LDADD += vlc_win32_rc.$(OBJEXT)
-vlc_CPPFLAGS = $(AM_CPPFLAGS)
 libbreakpad_wrapper_la_SOURCES = breakpad.cpp
 libbreakpad_wrapper_la_LIBADD = $(BREAKPAD_LIBS)
 libbreakpad_wrapper_la_LDFLAGS = -static



More information about the vlc-commits mailing list