diff options
-rw-r--r-- | libadhocutil/Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libadhocutil/Jamfile.jam b/libadhocutil/Jamfile.jam index d1647ca..15d253a 100644 --- a/libadhocutil/Jamfile.jam +++ b/libadhocutil/Jamfile.jam @@ -27,5 +27,5 @@ lib adhocutil : build-project unittests ; -package.install install : <install-source-root>. : : adhocutil : [ glob *.h detail/*.h ] ; +package.install install : <install-source-root>. : : adhocutil : [ glob *.h ctf-impl/*.h ] ; |