summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: b61a12f85313779b5883b4faa7f9f50462ba160f (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
107
108
109
#
# Makefile.am
#
# Authors: Iago Toral Quiroga <itoral@igalia.com>
#          Guillaume Emont <gemont@igalia.com>
#
# Copyright (C) 2010-2012 Igalia S.L. All rights reserved.

SUBDIRS =

if APPLE_TRAILERS_PLUGIN
SUBDIRS += apple-trailers
endif

if BLIPTV_PLUGIN
SUBDIRS += bliptv
endif

if BOOKMARKS_PLUGIN
SUBDIRS += bookmarks
endif

if DMAP_PLUGIN
SUBDIRS += dmap
endif

if FAKEMETADATA_PLUGIN
SUBDIRS += fake-metadata
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 LASTFM_ALBUMART_PLUGIN
SUBDIRS += lastfm-albumart
endif

if LOCALMETADATA_PLUGIN
SUBDIRS += local-metadata
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 TMDB_PLUGIN
SUBDIRS += tmdb
endif

if TRACKER_PLUGIN
SUBDIRS += tracker
endif

if UPNP_PLUGIN
SUBDIRS += upnp
endif

if VIMEO_PLUGIN
SUBDIRS += vimeo
endif

if YOUTUBE_PLUGIN
SUBDIRS += youtube
endif

DIST_SUBDIRS = \
	apple-trailers bliptv bookmarks dmap fake-metadata filesystem flickr	\
	gravatar jamendo lastfm-albumart local-metadata magnatune metadata-store\
	optical-media podcasts raitv shoutcast tmdb tracker upnp vimeo			\
	youtube

MAINTAINERCLEANFILES =	\
        *.in		\
        *~

DISTCLEANFILES = $(MAINTAINERCLEANFILES)