[vlc-devel] [PATCH] configure.ac: Remove modules/gui/skins2/Makefile from AC_CONFIG_FILES

Bernd Kuhls bernd.kuhls at t-online.de
Sat Apr 2 15:30:34 CEST 2016


This fixed a bug during autoreconf:
configure.ac:4291: error: required file 'modules/gui/skins2/Makefile.in' not found

Bug was reported to trac:
https://trac.videolan.org/vlc/ticket/16766

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5b493f8..e06bced 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4301,7 +4301,6 @@ AC_CONFIG_FILES([
   test/Makefile
   modules/gui/macosx/Makefile
   modules/gui/qt/Makefile
-  modules/gui/skins2/Makefile
   modules/hw/mmal/Makefile
 ])
 
-- 
2.8.0.rc3



More information about the vlc-devel mailing list