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 | f23f551bab4a2de6b73ac6f86d8659ac9e9e5185 (patch) | |
tree | c5a30fe8b468b0d63cb6cc7d14600c49b477f009 | |
parent | Move to C++0y (diff) | |
download | libdbpp-postgresql-f23f551bab4a2de6b73ac6f86d8659ac9e9e5185.tar.bz2 libdbpp-postgresql-f23f551bab4a2de6b73ac6f86d8659ac9e9e5185.tar.xz libdbpp-postgresql-f23f551bab4a2de6b73ac6f86d8659ac9e9e5185.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 ; |