summaryrefslogtreecommitdiff
path: root/netfs/ice/Jamfile.jam
blob: a2274786fb92d810a602a068ccf71d5ab54a045c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
lib Ice ;
lib IceUtil ;
lib pthread ;

lib netfsComms :
	[ glob *.cpp *.ice ] :
	<library>Ice
	<library>IceUtil
	<library>pthread
	: :
	<include>.
	<library>Ice
	<library>IceUtil
	<library>pthread
	;