diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-03 01:01:06 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-03 01:01:06 +0100 |
commit | 827d5f4fd3c6ca30bd3fce926745f7b612f232c9 (patch) | |
tree | 168da60d6817583842557c971f2b6e8ab36f903e | |
parent | Be explicit about type names in the AdHoc namespace (diff) | |
download | libadhocutil-827d5f4fd3c6ca30bd3fce926745f7b612f232c9.tar.bz2 libadhocutil-827d5f4fd3c6ca30bd3fce926745f7b612f232c9.tar.xz libadhocutil-827d5f4fd3c6ca30bd3fce926745f7b612f232c9.zip |
Add libadhocutil to the default build
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 9d19983..a5c799f 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -16,4 +16,4 @@ project ; -alias all : project2 netfs libjsonpp p2pvr libtmdb slicer ; +alias all : project2 netfs libjsonpp libadhocutil p2pvr libtmdb slicer ; |