summaryrefslogtreecommitdiff
path: root/bindings/Makefile.am
blob: 2b877ede3e4cef0a395cd4ee45c230ca133c6709 (plain)
1
2
3
4
5
6
7
8
9
10
11
if BUILD_JAVA
DIR_J = java
endif

if BUILD_PYTHON
DIR_P = python
endif

SUBDIRS = $(DIR_J) $(DIR_P)
DIST_SUBDIRS = java python