diff options
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 cc0b40c1ca..433d5baa66 100644 --- a/Makefile.in +++ b/Makefile.in @@ -291,6 +291,7 @@ GTEST_LIBS = $(GTEST_DIR)/lib/.libs/libgtest.a CHECK_DIRS = xbmc/addons/test \ xbmc/filesystem/test \ + xbmc/music/tags/test \ xbmc/utils/test \ xbmc/video/test \ xbmc/threads/test \ @@ -299,6 +300,7 @@ CHECK_DIRS = xbmc/addons/test \ xbmc/test CHECK_LIBS = xbmc/addons/test/addonsTest.a \ xbmc/filesystem/test/filesystemTest.a \ + xbmc/music/tags/test/tagsTest.a \ xbmc/utils/test/utilsTest.a \ xbmc/video/test/videoTest.a \ xbmc/threads/test/threadTest.a \ |