blob: 5d2e1fa0d2a105dacd6b04e3decb28798ba01dd0 [file] [log] [blame]
David Reiss832b2622007-12-28 18:25:33 +00001SUBDIRS = \
2 cpp \
3 py
4
David Reiss1fdb5922008-02-06 22:10:12 +00005if ENABLE_MONO
6SUBDIRS += csharp
7endif
8
David Reissf8dcf032008-02-23 22:07:39 +00009if ENABLE_JAVA
10SUBDIRS += java
11endif
12
Christopher Pirob6f18c22008-03-04 07:09:12 +000013if ENABLE_ERLANG
14SUBDIRS += erl
15endif
16
David Reiss832b2622007-12-28 18:25:33 +000017EXTRA_DIST = \
18 cocoa \
19 erl \
20 hs \
David Reiss832b2622007-12-28 18:25:33 +000021 ocaml \
22 perl \
23 php \
David Reiss31609712008-02-06 22:10:26 +000024 rb \
25 st