Dummy parser to register videos by extension only.
[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
22 DIST_SUBDIRS = \
23         dummy \
24         jpeg \
25         id3lib \
26         video-dummy