[346/906] Fix linking by providing libtool the correct --tag parameter

This commit is contained in:
Sebastian Dröge 2009-05-12 11:41:19 +02:00 committed by Matthew Waters
parent 6d9ee6fe43
commit 64e59060e2

View file

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