diff options
Diffstat (limited to 'src/Jamfile.jam')
-rw-r--r-- | src/Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Jamfile.jam b/src/Jamfile.jam index e1d5ec5..9459dd8 100644 --- a/src/Jamfile.jam +++ b/src/Jamfile.jam @@ -1,4 +1,4 @@ -lib webstat : ingestor.cpp logTypes.cpp sql.cpp : +lib webstat : [ glob *.cpp : *_main.cpp ] : <include>. <library>..//adhocutil <library>..//dbppcore |