summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-01-29 03:24:40 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2015-06-13 17:29:49 +0100
commit9ba8a60d10e2ab397aed8d3a4a33ae8d6488a55f (patch)
tree7882788fffefaa5ca8bc32cc93c04ad1fafc2a93
parentMove some internal only ice parts into daemon (diff)
downloadp2pvr-9ba8a60d10e2ab397aed8d3a4a33ae8d6488a55f.tar.bz2
p2pvr-9ba8a60d10e2ab397aed8d3a4a33ae8d6488a55f.tar.xz
p2pvr-9ba8a60d10e2ab397aed8d3a4a33ae8d6488a55f.zip
Explicitly exclude bin dir to stop glob-tree finding cpp files from the previous build
-rw-r--r--p2pvr/daemon/Jamfile.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2pvr/daemon/Jamfile.jam b/p2pvr/daemon/Jamfile.jam
index 4e97ef0..b0f80a7 100644
--- a/p2pvr/daemon/Jamfile.jam
+++ b/p2pvr/daemon/Jamfile.jam
@@ -11,7 +11,7 @@ cpp-pch pch : pch.hpp :
lib p2pvrdaemon :
pch
- [ glob-tree *.ice *.cpp *.sql : unittests ]
+ [ glob-tree *.ice *.cpp *.sql : bin unittests ]
:
<library>../ice//p2pvrice
<library>../lib//p2pvrlib