fix
[libdbcli.git] / Jamfile
blob08b9fe74a83dd6ba184e522e276da230b72f36f7
1 if ! $(THIS_IS_K8JAM) { Exit "You need k8jam to build this Download it here: http://repo.or.cz/w/k8jam.git" ; }
2 set-default-locations ;
3 CFLAGS.all += -fPIC -D_GNU_SOURCE -Iinclude ;
5 SubDir TOP ;
6 SubInclude TOP include ;
7 SubInclude TOP src ;
8 softinclude $(TOP)/Jamrules.configure ;
10 Clean clean : inst.sh ;