diff options
Diffstat (limited to 'src/Jamfile.jam')
-rw-r--r-- | src/Jamfile.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Jamfile.jam b/src/Jamfile.jam index 38d8c37..e1d5ec5 100644 --- a/src/Jamfile.jam +++ b/src/Jamfile.jam @@ -4,6 +4,7 @@ lib webstat : ingestor.cpp logTypes.cpp sql.cpp : <library>..//dbppcore <library>../thirdparty//scn <library>..//z + <library>..//curl : : <include>. ; |