summaryrefslogtreecommitdiff
path: root/examples/renderer-plugins/vala/Makefile.am
blob: 669acd739951b9d7bd1bf8ff1d080097b06b7158 (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
include $(top_srcdir)/common.am

plugin_LTLIBRARIES = librygel-example-renderer-plugin-vala.la
plugin_DATA = example-renderer-vala.plugin

librygel_example_renderer_plugin_vala_la_SOURCES = \
	example-renderer-plugin-vala.vala \
	example-player-vala.vala

librygel_example_renderer_plugin_vala_la_VALAFLAGS = \
	$(RYGEL_COMMON_LIBRYGEL_RENDERER_VALAFLAGS) \
	$(RYGEL_COMMON_VALAFLAGS)

librygel_example_renderer_plugin_vala_la_CFLAGS = \
	$(EXAMPLE_DEPS_CFLAGS) \
	$(RYGEL_COMMON_LIBRYGEL_RENDERER_CFLAGS) \
	-DG_LOG_DOMAIN='"ExampleRendererPluginVala"'
librygel_example_renderer_plugin_vala_la_LIBADD = \
	$(EXAMPLE_DEPS_LIBS) \
	$(RYGEL_COMMON_LIBRYGEL_RENDERER_LIBS)

librygel_example_renderer_plugin_vala_la_LDFLAGS = \
	$(RYGEL_PLUGIN_LINKER_FLAGS)

EXTRA_DIST = example-renderer-vala.plugin.in meson.build