libs: fix API export/import and 'inconsistent linkage' on MSVC
[platform/upstream/gstreamer.git] / gst-libs / gst / gl / dispmanx / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 noinst_LTLIBRARIES = libgstgl-dispmanx.la
4
5 libgstgl_dispmanx_la_SOURCES = \
6         gstglwindow_dispmanx_egl.c
7
8 noinst_HEADERS = \
9         gstglwindow_dispmanx_egl.h
10
11 libgstgl_dispmanx_la_CFLAGS = \
12         -I$(top_srcdir)/gst-libs \
13         -I$(top_builddir)/gst-libs \
14         -DBUILDING_GST_GL \
15         $(GL_CFLAGS) \
16         $(GST_PLUGINS_BASE_CFLAGS) \
17         $(GST_BASE_CFLAGS) \
18         $(GST_CFLAGS)
19
20 libgstgl_dispmanx_la_LDFLAGS = \
21         $(GST_LIB_LDFLAGS) \
22         $(GST_ALL_LDFLAGS)