summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 7a76f7feb0061f379d4b19e53f5021f17bf2aaa4 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#
# Makefile.am
#
# Author: Juan A. Suarez Romero <jasuarez@igalia.com>
#
# Copyright (C) 2013 Igalia S.L.

include $(top_srcdir)/gtester.mk

SUBDIRS =

if DLEYNA_PLUGIN
SUBDIRS += dleyna
endif

if LASTFM_ALBUMART_PLUGIN
SUBDIRS += lastfm-albumart
endif

if LOCALMETADATA_PLUGIN
SUBDIRS += local-metadata
endif

if LUA_FACTORY_PLUGIN
SUBDIRS += lua-factory
endif

if TMDB_PLUGIN
SUBDIRS += tmdb
endif

if THETVDB_PLUGIN
SUBDIRS += thetvdb
endif

if VIMEO_PLUGIN
SUBDIRS += vimeo
endif

DIST_SUBDIRS =    \
   dleyna         \
   lastfm-albumart\
   local-metadata \
   lua-factory    \
   tmdb           \
   thetvdb        \
   vimeo

-include $(top_srcdir)/git.mk