summaryrefslogtreecommitdiff
path: root/gst-libs/gst/wayland/Makefile.am
blob: 743a4896068656a9b4a0e488d384c190a0686d20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
lib_LTLIBRARIES = libgstwayland-@GST_API_VERSION@.la

libgstwayland_@GST_API_VERSION@_la_SOURCES = wayland.c

libgstwayland_@GST_API_VERSION@includedir = \
	$(includedir)/gstreamer-@GST_API_VERSION@/gst/wayland

libgstwayland_@GST_API_VERSION@_la_CFLAGS = \
	$(GST_PLUGINS_BAD_CFLAGS) \
	$(GST_PLUGINS_BASE_CFLAGS) \
	$(GST_CFLAGS) \
	$(WAYLAND_CFLAGS)

libgstwayland_@GST_API_VERSION@_la_LIBADD = \
	$(GST_PLUGINS_BASE_LIBS) \
	$(GST_LIBS) \
	$(WAYLAND_LIBS) \
	-lgstvideo-$(GST_API_VERSION)

libgstwayland_@GST_API_VERSION@_la_LDFLAGS = \
	$(GST_LIB_LDFLAGS) \
	$(GST_ALL_LDFLAGS) \
	$(GST_LT_LDFLAGS)

noinst_HEADERS = \
	wayland.h