35105b11beef68f8df6598dad92ec521f112bf5a
[platform/upstream/gstreamer.git] / gst-libs / gst / gl / wayland / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 noinst_LTLIBRARIES = libgstgl-wayland.la
4
5 libgstgl_wayland_la_SOURCES = \
6         gstgldisplay_wayland.c \
7         gstglwindow_wayland_egl.c \
8         wayland_event_source.c
9
10 noinst_HEADERS = \
11         gstglwindow_wayland_egl.h \
12         wayland_event_source.h
13
14 libgstgl_waylandincludedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/gl/wayland
15 libgstgl_waylandinclude_HEADERS = \
16         gstgldisplay_wayland.h
17
18 libgstgl_wayland_la_CFLAGS = \
19         -I$(top_srcdir)/gst-libs \
20         -I$(top_builddir)/gst-libs \
21         $(GL_CFLAGS) \
22         $(GST_PLUGINS_BASE_CFLAGS) \
23         $(GST_BASE_CFLAGS) \
24         $(GST_CFLAGS)
25
26 libgstgl_wayland_la_LDFLAGS = \
27         $(GST_LIB_LDFLAGS) \
28         $(GST_ALL_LDFLAGS)