summaryrefslogtreecommitdiff
path: root/src/Jamfile.jam
blob: db6267c20df7723098d9f129c8048d06435b1495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
lib gitfs :
	[ glob *.cpp ]
	:
	<library>..//adhocutil
	<library>..//icetray
	<library>..//git2
	<library>..//netfs-api
	: :
	<library>..//netfs-api
	;