summaryrefslogtreecommitdiff
path: root/examples/renderer-plugins/vala/Makefile.am
blob: 2aa2b8df6d2095ec69756914efb67d424e1b3a78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include $(top_srcdir)/common.am

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

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)