JPEG parser plugin.
[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 DIST_SUBDIRS = \
14         dummy \
15         jpeg