summaryrefslogtreecommitdiff
path: root/rules/httpcomponents-client-bootstrap/subdir-deps.mk
blob: a6d3999009c4a3bf7514cd4ebc1a4f6a21f0bb2b (plain)
1
2
3
4
5
6
7
8
9
fluent-hc_deps        = httpclient
httpclient-cache_deps = httpclient
httpclient-osgi_deps  = httpclient
httpclient-win_deps   = httpclient

subdirs := $(filter-out httpclient-osgi,$(subdirs)) # depends on an OSGi framework implementation
subdirs := $(filter-out httpclient-win,$(subdirs)) # depends on native Windows JNI crud

sourceDirectory += src/main/java-deprecated