diff options
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 5049df5..b39cd0c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,12 +13,17 @@ if APPLE_TRAILERS_PLUGIN SUBDIRS += apple-trailers endif +if BLIPTV_PLUGIN +SUBDIRS += bliptv +endif + if TMDB_PLUGIN SUBDIRS += tmdb endif DIST_SUBDIRS = \ apple-trailers \ + bliptv \ tmdb MAINTAINERCLEANFILES = \ |