diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-07-18 16:24:13 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-07-18 16:24:13 +0100 |
commit | 50f04817087c4a15f75bdec3a998e87b394aee25 (patch) | |
tree | d9993f13976705909adcc14ae0cd4d89de29dbc3 | |
parent | Remove some unused legacy XML code (diff) | |
download | project2-50f04817087c4a15f75bdec3a998e87b394aee25.tar.bz2 project2-50f04817087c4a15f75bdec3a998e87b394aee25.tar.xz project2-50f04817087c4a15f75bdec3a998e87b394aee25.zip |
Remove some unused legacy threading code
-rw-r--r-- | project2/Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
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 : <install-source-root>. : : : [ glob-tree *.h ] ; -package.install installheadersmisc : : : : [ glob ../libmisc/*.h : ../libmisc/threads.h ] ; +package.install installheadersmisc : : : : [ glob ../libmisc/*.h ] ; package.install installheadersdb : : : : [ glob ../libdbpp/*.h ] ; |