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 | c9a1183b3416fe7406ba9cea7f36442cfebcd3f6 (patch) | |
tree | e652193ced6738ff90ae6802eab2b3044d3834f2 | |
parent | Use libadhocutil (diff) | |
download | netfs-c9a1183b3416fe7406ba9cea7f36442cfebcd3f6.tar.bz2 netfs-c9a1183b3416fe7406ba9cea7f36442cfebcd3f6.tar.xz netfs-c9a1183b3416fe7406ba9cea7f36442cfebcd3f6.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 ; |