From d98d188ad7519152d2bc51ccdab621ad077a36d9 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 8 Jan 2009 19:18:47 -0800 Subject: [PATCH] [290/906] Set GL_LIBS correctly in configure.ac This doesn't detect the existence of libraries, which needs to be fixed. --- gst-libs/gst/gl/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index 5e52ea5..ae7e991 100644 --- a/gst-libs/gst/gl/Makefile.am +++ b/gst-libs/gst/gl/Makefile.am @@ -1,8 +1,12 @@ lib_LTLIBRARIES = libgstgl-@GST_MAJORMINOR@.la +EXTRA_DIST = \ + gstglwindow_x11.c \ + gstglwindow_win32.c + libgstgl_@GST_MAJORMINOR@_la_SOURCES = \ - gstglwindow_win32.c \ + gstglwindow_@GL_BACKEND@.c \ gstgldisplay.c \ gstglbuffer.c \ gstglfilter.c \ -- 2.7.4