From e123a82ecfe6ae6b3a916ba43ce4ee4bda043f6d Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Sun, 18 May 2008 19:58:49 +0000 Subject: [PATCH] [067/906] up git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@431 93df14bb-0f41-7a43-8087-d3e2a2f0e464 --- gst/gl/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/gl/Makefile.am b/gst/gl/Makefile.am index fd1ea59..7df35e1 100644 --- a/gst/gl/Makefile.am +++ b/gst/gl/Makefile.am @@ -24,6 +24,7 @@ libgstopengl_la_LIBADD = \ $(top_builddir)/gst-libs/gst/freeglut/libgstfreeglut-$(GST_MAJORMINOR).la \ $(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_MAJORMINOR).la \ $(GST_BASE_LIBS) \ - $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR) + $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR) \ + -lGLEW libgstopengl_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- 2.7.4