libs: fix API export/import and 'inconsistent linkage' on MSVC
[platform/upstream/gstreamer.git] / gst-libs / gst / gl / eagl / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 noinst_LTLIBRARIES = libgstgl-eagl.la
4
5 libgstgl_eagl_la_SOURCES = \
6         gstglwindow_eagl.m \
7         gstglcontext_eagl.m
8
9 noinst_HEADERS = \
10         gstglwindow_eagl.h \
11         gstglcontext_eagl.h
12
13 libgstgl_eagl_la_CFLAGS = \
14         -I$(top_srcdir)/gst-libs \
15         -I$(top_builddir)/gst-libs \
16         -DBUILDING_GST_GL \
17         $(GL_CFLAGS) \
18         $(GST_PLUGINS_BASE_CFLAGS) \
19         $(GST_BASE_CFLAGS) \
20         $(GST_CFLAGS)
21
22 libgstgl_eagl_la_OBJCFLAGS = \
23         -I$(top_srcdir)/gst-libs \
24         -I$(top_builddir)/gst-libs \
25         -fobjc-arc \
26         $(GL_CFLAGS) \
27         $(GL_OBJCFLAGS) \
28         $(GST_PLUGINS_BASE_CFLAGS) \
29         $(GST_BASE_CFLAGS) \
30         $(GST_CFLAGS)
31
32 libgstgl_eagl_la_LDFLAGS = \
33         $(GST_LIB_LDFLAGS) \
34         $(GST_ALL_LDFLAGS)
35
36 libgstgl_eagl_la_LIBTOOLFLAGS = --tag=CC