summaryrefslogtreecommitdiff
path: root/bindings/Makefile.am
blob: 08e3659de380c4a46f91c034ba49c17f636e29b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if BUILD_JAVA
DIR_J = java
endif

if BUILD_PYTHON
DIR_P = python
endif

if BUILD_RUBY
DIR_R = ruby
endif

if BUILD_CL
DIR_R = cl
endif

SUBDIRS = $(DIR_J) $(DIR_P) $(DIR_R) $(DIR_CL)
DIST_SUBDIRS = java python ruby cl