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 | 6ffc2546e4c7d9d9933813451e48c2c2a47dc204 (patch) | |
tree | b75d2aaed427d074d9d1d7f438c2b2bf449ba7b0 /Jamroot.jam | |
parent | Visibility hidden (diff) | |
download | libdbpp-postgresql-6ffc2546e4c7d9d9933813451e48c2c2a47dc204.tar.bz2 libdbpp-postgresql-6ffc2546e4c7d9d9933813451e48c2c2a47dc204.tar.xz libdbpp-postgresql-6ffc2546e4c7d9d9933813451e48c2c2a47dc204.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 ; |