[290/906] Set GL_LIBS correctly in configure.ac

This doesn't detect the existence of libraries, which needs to
be fixed.
This commit is contained in:
David Schleef 2009-01-08 19:18:47 -08:00 committed by Tim-Philipp Müller
parent 978ded841c
commit d98d188ad7

View file

@ -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 \