summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: fbba58b8a998729680b54798cf783e902acfd0da (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
#
# Makefile.am
#
# Authors: Iago Toral Quiroga <itoral@igalia.com>
#          Guillaume Emont <gemont@igalia.com>
#
# Copyright (C) 2010-2012 Igalia S.L. All rights reserved.

include $(top_srcdir)/gtester.mk

SUBDIRS =

if BOOKMARKS_PLUGIN
SUBDIRS += bookmarks
endif

if DLEYNA_PLUGIN
SUBDIRS += dleyna
endif

if DMAP_PLUGIN
SUBDIRS += dmap
endif

if FILESYSTEM_PLUGIN
SUBDIRS += filesystem
endif

if FLICKR_PLUGIN
SUBDIRS += flickr
endif

if GRAVATAR_PLUGIN
SUBDIRS += gravatar
endif

if JAMENDO_PLUGIN
SUBDIRS += jamendo
endif

if LOCALMETADATA_PLUGIN
SUBDIRS += local-metadata
endif

if LUA_FACTORY_PLUGIN
SUBDIRS += lua-factory
endif

if MAGNATUNE_PLUGIN
SUBDIRS += magnatune 
endif

if METADATA_STORE_PLUGIN
SUBDIRS += metadata-store
endif

if OPTICAL_MEDIA_PLUGIN
SUBDIRS += optical-media
endif

if PODCASTS_PLUGIN
SUBDIRS += podcasts
endif

if RAITV_PLUGIN
SUBDIRS += raitv
endif

if SHOUTCAST_PLUGIN
SUBDIRS += shoutcast
endif

if THETVDB_PLUGIN
SUBDIRS += thetvdb
endif

if TMDB_PLUGIN
SUBDIRS += tmdb
endif

if TRACKER_PLUGIN
SUBDIRS += tracker
endif

if VIMEO_PLUGIN
SUBDIRS += vimeo
endif

if YOUTUBE_PLUGIN
SUBDIRS += youtube
endif

if FREEBOX_PLUGIN
SUBDIRS += freebox
endif

if OPENSUBTITLES_PLUGIN
SUBDIRS += opensubtitles
endif

DIST_SUBDIRS = \
   bookmarks dleyna dmap filesystem flickr freebox gravatar jamendo \
   local-metadata lua-factory magnatune metadata-store opensubtitles \
   optical-media podcasts raitv shoutcast thetvdb tmdb tracker vimeo youtube

-include $(top_srcdir)/git.mk