2012-11-28 14:01:59 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libgstgl-wayland.la
|
|
|
|
|
|
|
|
libgstgl_wayland_la_SOURCES = \
|
2015-05-21 07:48:31 +00:00
|
|
|
gstgldisplay_wayland.c \
|
2012-11-28 14:01:59 +00:00
|
|
|
gstglwindow_wayland_egl.c \
|
|
|
|
wayland_event_source.c
|
|
|
|
|
2013-07-11 09:03:31 +00:00
|
|
|
noinst_HEADERS = \
|
2015-05-21 07:48:31 +00:00
|
|
|
gstgldisplay_wayland.h \
|
2012-11-28 14:01:59 +00:00
|
|
|
gstglwindow_wayland_egl.h \
|
|
|
|
wayland_event_source.h
|
|
|
|
|
|
|
|
libgstgl_wayland_la_CFLAGS = \
|
2013-08-13 10:10:56 +00:00
|
|
|
-I$(top_srcdir)/gst-libs \
|
2014-03-24 16:33:00 +00:00
|
|
|
-I$(top_builddir)/gst-libs \
|
2012-11-28 14:01:59 +00:00
|
|
|
$(GL_CFLAGS) \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_BASE_CFLAGS) \
|
2013-08-13 10:10:56 +00:00
|
|
|
$(GST_CFLAGS)
|
2012-11-28 14:01:59 +00:00
|
|
|
|
|
|
|
libgstgl_wayland_la_LDFLAGS = \
|
|
|
|
$(GST_LIB_LDFLAGS) \
|
2013-06-04 12:18:51 +00:00
|
|
|
$(GST_ALL_LDFLAGS)
|