diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-09-04 21:11:19 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-09-04 21:11:19 +0100 |
commit | 0ea0b47ca29562dfd3e2cf922b086c0440a7188d (patch) | |
tree | 3a57fb7e83590b9ce3116575129f4fc4f407b23e | |
parent | Add missing doxygen comments (diff) | |
download | libadhocutil-0ea0b47ca29562dfd3e2cf922b086c0440a7188d.tar.bz2 libadhocutil-0ea0b47ca29562dfd3e2cf922b086c0440a7188d.tar.xz libadhocutil-0ea0b47ca29562dfd3e2cf922b086c0440a7188d.zip |
Update install to reflect moved ctf impls
-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 ] ; |