28f4430b6b400106bb932d49b3bfa503a300ea80
[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         $(GL_CFLAGS) \
15         $(GST_PLUGINS_BASE_CFLAGS) \
16         $(GST_BASE_CFLAGS) \
17         $(GST_CFLAGS)
18
19 libgstgl_dispmanx_la_LDFLAGS = \
20         $(GST_LIB_LDFLAGS) \
21         $(GST_ALL_LDFLAGS)