summaryrefslogtreecommitdiff
path: root/src/bindings/Makefile.am
blob: 1c567599af5a644a62d926383ac9cd45a558d8af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUBDIRS =

# Which bindins to build
if WITH_PYTHON
SUBDIRS += python
endif
if WITH_JAVA
SUBDIRS += java
endif
if WITH_DOTNET
SUBDIRS += dotnet
endif