From 3b0dacd8d6e7f6df398ced94e5525ab63a4704df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 12 May 2009 11:41:19 +0200 Subject: [PATCH] [346/906] Fix linking by providing libtool the correct --tag parameter --- gst-libs/gst/gl/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index 23df76e..08ad810 100644 --- a/gst-libs/gst/gl/Makefile.am +++ b/gst-libs/gst/gl/Makefile.am @@ -45,3 +45,8 @@ libgstgl_@GST_MAJORMINOR@_la_OBJCFLAGS = \ libgstgl_@GST_MAJORMINOR@_la_LDFLAGS = \ $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS) +if GL_BACKEND_COCOA +libgstgl_@GST_MAJORMINOR@_la_LIBTOOLFLAGS = --tag=OBJC +else +libgstgl_@GST_MAJORMINOR@_la_LIBTOOLFLAGS = --tag=CC +endif -- 2.7.4