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 | dbca046f952d693ddf5d4f8710f34101b9397aec (patch) | |
tree | e244e95e17b9e61d9ad6211bb34500882e395b48 /Jamroot.jam | |
parent | Visibility hidden (diff) | |
download | mythfs-dbca046f952d693ddf5d4f8710f34101b9397aec.tar.bz2 mythfs-dbca046f952d693ddf5d4f8710f34101b9397aec.tar.xz mythfs-dbca046f952d693ddf5d4f8710f34101b9397aec.zip |
Add libadhocutil to the default build
Diffstat (limited to 'Jamroot.jam')
-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 ; |