[vlc-commits] Makefile: remove redundant variables
Rémi Denis-Courmont
git at videolan.org
Wed Sep 20 20:08:17 CEST 2017
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Sep 20 20:46:59 2017 +0300| [72a7dcfe2d01bb940353c7d38978af94c3b2607c] | committer: Rémi Denis-Courmont
Makefile: remove redundant variables
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=72a7dcfe2d01bb940353c7d38978af94c3b2607c
---
bin/Makefile.am | 2 --
1 file changed, 2 deletions(-)
diff --git a/bin/Makefile.am b/bin/Makefile.am
index b84022d34c..6025624c37 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -9,7 +9,6 @@ noinst_PROGRAMS = vlc-static
endif
noinst_DATA =
vlclib_PROGRAMS = vlc-cache-gen
-EXTRA_PROGRAMS = vlc-wrapper
EXTRA_DIST = vlc_win32_rc.rc.in
SUFFIXES = .rc.in .rc
@@ -27,7 +26,6 @@ endif
vlc_SOURCES = vlc.c override.c
endif
-EXTRA_vlc_SOURCES = vlc.c winvlc.c
if HAVE_WIN32
vlc_SOURCES = winvlc.c
noinst_DATA += vlc_win32_rc.rc
More information about the vlc-commits
mailing list