summaryrefslogtreecommitdiff
path: root/src/Jamfile.jam
blob: a6abc93f6838442e125d85bba2efc63e24a90994 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
lib webstat : ingestor.cpp logTypes.cpp sql.cpp :
	<include>.
	<library>..//adhocutil
	<library>..//dbppcore
	<library>../thirdparty//scn
	<library>..//z
	: :
	<include>.
	;
exe webstat_logger : webstat_logger_main.cpp :
	<library>webstat
	<library>..//dbpp-postgresql
;