PLS Parser.
[platform/upstream/lightmediascanner.git] / src / plugins / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2
3 SUBDIRS =
4
5 if USE_MODULE_DUMMY
6 SUBDIRS += dummy
7 endif
8
9 if USE_MODULE_JPEG
10 SUBDIRS += jpeg
11 endif
12
13 if USE_MODULE_ID3LIB
14 SUBDIRS += id3lib
15 endif
16
17 if USE_MODULE_VIDEO_DUMMY
18 SUBDIRS += video-dummy
19 endif
20
21 if USE_MODULE_M3U
22 SUBDIRS += m3u
23 endif
24
25 if USE_MODULE_PLS
26 SUBDIRS += pls
27 endif
28
29
30 DIST_SUBDIRS = \
31         dummy \
32         jpeg \
33         id3lib \
34         video-dummy \
35         m3u \
36         pls