summaryrefslogtreecommitdiff
path: root/lib/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-05-22 14:01:04 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-05-22 14:01:04 +0100
commitaf32ac991f1dd3d9138227436b5759889c1aaf77 (patch)
tree5af019a48d06ee943e3debac0eff3c0be073cc8f /lib/Jamfile.jam
parentAdd test file for odds and ends (diff)
downloadmygrate-af32ac991f1dd3d9138227436b5759889c1aaf77.tar.bz2
mygrate-af32ac991f1dd3d9138227436b5759889c1aaf77.tar.xz
mygrate-af32ac991f1dd3d9138227436b5759889c1aaf77.zip
Move everything into more sensible places
Diffstat (limited to 'lib/Jamfile.jam')
-rw-r--r--lib/Jamfile.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Jamfile.jam b/lib/Jamfile.jam
index 6a31bec..02374c9 100644
--- a/lib/Jamfile.jam
+++ b/lib/Jamfile.jam
@@ -1,5 +1,5 @@
lib mygrate :
- [ glob *.cpp ]
+ [ glob-tree *.cpp ]
:
<link>static
<use>..//libmariadb