Add audio-dummy to build.
[lms] / lightmediascanner / 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_AUDIO_DUMMY
22 SUBDIRS += audio-dummy
23 endif
24
25 if USE_MODULE_M3U
26 SUBDIRS += m3u
27 endif
28
29 if USE_MODULE_PLS
30 SUBDIRS += pls
31 endif
32
33 if USE_MODULE_OGG
34 SUBDIRS += ogg
35 endif
36
37 DIST_SUBDIRS = \
38         dummy \
39         jpeg \
40         id3lib \
41         video-dummy \
42         audio-dummy \
43         m3u \
44         ogg \
45         pls