From 50f04817087c4a15f75bdec3a998e87b394aee25 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 18 Jul 2015 16:24:13 +0100 Subject: Remove some unused legacy threading code --- project2/Jamfile.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project2/Jamfile.jam b/project2/Jamfile.jam index cb99d35..bb983d9 100644 --- a/project2/Jamfile.jam +++ b/project2/Jamfile.jam @@ -45,6 +45,6 @@ build-project files//unittests ; explicit install ; package.install install : : finalbin : finallib ; package.install installheaders : . : : : [ glob-tree *.h ] ; -package.install installheadersmisc : : : : [ glob ../libmisc/*.h : ../libmisc/threads.h ] ; +package.install installheadersmisc : : : : [ glob ../libmisc/*.h ] ; package.install installheadersdb : : : : [ glob ../libdbpp/*.h ] ; -- cgit v1.2.3