diff options
author | Juan A. Suarez Romero <jasuarez@igalia.com> | 2014-07-31 19:13:37 +0000 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2014-07-31 19:14:03 +0000 |
commit | 7192e4fd4702da009c7b247797443850a2427721 (patch) | |
tree | ab5849a1ac9a0507c6612a5e8f8e5a6916048860 /tests/Makefile.am | |
parent | 43ffa75e8a27460ac70958c9789767ccb2587f1a (diff) |
lastfm-albumart: Add tests
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 647a531..8230b5d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -21,6 +21,10 @@ if DLEYNA_PLUGIN SUBDIRS += dleyna endif +if LASTFM_ALBUMART_PLUGIN +SUBDIRS += lastfm-albumart +endif + if LOCALMETADATA_PLUGIN SUBDIRS += local-metadata endif @@ -41,6 +45,7 @@ DIST_SUBDIRS = \ apple-trailers \ bliptv \ dleyna \ + lastfm-albumart\ local-metadata \ tmdb \ thetvdb \ |