summaryrefslogtreecommitdiff
path: root/src/Jamfile.jam
blob: 38d8c37c6dcde3b92d81cb5cab29e6b084254811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
	<library>..//boost_po
;