diff options
author | jmarshallnz <jcmarsha@gmail.com> | 2014-07-12 23:10:39 +1200 |
---|---|---|
committer | jmarshallnz <jcmarsha@gmail.com> | 2014-07-12 23:10:39 +1200 |
commit | cb1fb054df691445bf028a06bbd603cb9ab035e2 (patch) | |
tree | 76597162d1080910ae96400a630e858cfe8e3ad1 /Makefile.in | |
parent | 382c76d68eee7706afea89faee118da7e1f5ecc8 (diff) | |
parent | ffbf3383930496cd3a3bef6e666f64d5af997dfa (diff) |
Merge pull request #4966 from tamland/tvregex
Relax tv show matching for names without season
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index c4129f55ce..a21013f198 100644 --- a/Makefile.in +++ b/Makefile.in @@ -292,6 +292,7 @@ GTEST_LIBS = $(GTEST_DIR)/lib/.libs/libgtest.a CHECK_DIRS = xbmc/addons/test \ xbmc/filesystem/test \ xbmc/utils/test \ + xbmc/video/test \ xbmc/threads/test \ xbmc/interfaces/python/test \ xbmc/cores/AudioEngine/Sinks/test \ @@ -299,6 +300,7 @@ CHECK_DIRS = xbmc/addons/test \ CHECK_LIBS = xbmc/addons/test/addonsTest.a \ xbmc/filesystem/test/filesystemTest.a \ xbmc/utils/test/utilsTest.a \ + xbmc/video/test/videoTest.a \ xbmc/threads/test/threadTest.a \ xbmc/interfaces/python/test/pythonSwigTest.a \ xbmc/cores/AudioEngine/Sinks/test/AESinkTest.a \ |