diff options
author | Juan A. Suarez Romero <jasuarez@igalia.com> | 2015-10-01 15:18:40 +0000 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2015-10-01 15:18:40 +0000 |
commit | 13da2010fb3f3f04cfdd55e51a6b44713c756f84 (patch) | |
tree | 444d2c518189ec0d5625902abd33538fa5e138dc /tests/Makefile.am | |
parent | 4fcbd20cbbd3ee2fa0d2da2ed3f6cbaf8c334bcb (diff) |
tests: local-metadata: Lua Factory plugin is required
Do not build if Lua Factory plugin is disabled.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 8750acb..c158139 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -14,8 +14,10 @@ SUBDIRS += dleyna endif if LOCALMETADATA_PLUGIN +if LUA_FACTORY_PLUGIN SUBDIRS += local-metadata endif +endif if LUA_FACTORY_PLUGIN SUBDIRS += lua-factory spotify-cover |