[vlc-commits] opengl: Makefile.am: fix distcheck with libvlc_opengl*.la

Alexandre Janniaux git at videolan.org
Thu Jun 25 15:18:16 CEST 2020


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Thu Jun 25 14:46:00 2020 +0200| [d7cb874f923622dcff254f48ef7ebe54db11544f] | committer: Alexandre Janniaux

opengl: Makefile.am: fix distcheck with libvlc_opengl*.la

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d7cb874f923622dcff254f48ef7ebe54db11544f
---

 modules/video_output/opengl/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/video_output/opengl/Makefile.am b/modules/video_output/opengl/Makefile.am
index 58acc824fc..52754e8685 100644
--- a/modules/video_output/opengl/Makefile.am
+++ b/modules/video_output/opengl/Makefile.am
@@ -33,7 +33,7 @@ libvlc_opengl_la_LDFLAGS = \
     -version-info 0:0:0
 
 if HAVE_GL
-EXTRA_LTLIBRARIES += libvlc_opengl.la
+noinst_LTLIBRARIES += libvlc_opengl.la
 endif
 
 # Convenience library for OpenGL components -- OpenGL ES only
@@ -48,7 +48,7 @@ libvlc_opengles_la_LDFLAGS = \
 
 libvlc_opengles_la_CFLAGS += $(GLES2_CFLAGS)
 libvlc_opengles_la_LIBADD += $(GLES2_LIBS)
-EXTRA_LTLIBRARIES += libvlc_opengles.la
+noinst_LTLIBRARIES += libvlc_opengles.la
 
 ### OpenGL ###
 libgles2_plugin_la_SOURCES = video_output/opengl/display.c



More information about the vlc-commits mailing list