libs: fix API export/import and 'inconsistent linkage' on MSVC
[platform/upstream/gstreamer.git] / gst-libs / gst / gl / viv-fb / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 noinst_LTLIBRARIES = libgstgl-viv-fb.la
4
5 libgstgl_viv_fb_la_SOURCES = \
6         gstgldisplay_viv_fb.c \
7         gstglwindow_viv_fb_egl.c 
8
9 noinst_HEADERS = \
10         gstgldisplay_viv_fb.h \
11         gstglwindow_viv_fb_egl.h
12
13 libgstgl_viv_fbincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/viv-fb
14 libgstgl_viv_fbinclude_HEADERS = \
15         gstgldisplay_viv_fb.h
16
17 libgstgl_viv_fb_la_CFLAGS = \
18         -I$(top_srcdir)/gst-libs \
19         -I$(top_builddir)/gst-libs \
20         -DBUILDING_GST_GL \
21         $(GL_CFLAGS) \
22         $(GST_PLUGINS_BASE_CFLAGS) \
23         $(GST_BASE_CFLAGS) \
24         $(GST_CFLAGS)
25
26 libgstgl_viv_fb_la_LDFLAGS = \
27         $(GST_LIB_LDFLAGS) \
28         $(GST_ALL_LDFLAGS)