diff options
-rw-r--r-- | p2pvr/daemon/unittests/Jamfile.jam | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p2pvr/daemon/unittests/Jamfile.jam b/p2pvr/daemon/unittests/Jamfile.jam index 2ea4691..4426646 100644 --- a/p2pvr/daemon/unittests/Jamfile.jam +++ b/p2pvr/daemon/unittests/Jamfile.jam @@ -61,6 +61,9 @@ lib testCommon : <library>boost_filesystem <library>../..//boost_utf <library>../../devices//p2pvrMockTuner + <library>../../devices//mockdata + <library>../../devices//p2pvrdevices + <library>../../../libtmdb//tmdb <library>..//p2pvrdaemon <dependency>test-data ; |