blob: 5581ce08425f09e47793ba6ac5cbc90d873425c2 [file] [log] [blame]
David Reiss832b2622007-12-28 18:25:33 +00001SUBDIRS = \
David Reiss1a140912008-06-11 01:16:37 +00002 cpp
David Reiss832b2622007-12-28 18:25:33 +00003
David Reiss82c1bab2008-06-11 01:16:53 +00004if WITH_MONO
David Reiss1fdb5922008-02-06 22:10:12 +00005SUBDIRS += csharp
6endif
7
David Reiss82c1bab2008-06-11 01:16:53 +00008if WITH_JAVA
David Reissf8dcf032008-02-23 22:07:39 +00009SUBDIRS += java
10endif
11
David Reiss82c1bab2008-06-11 01:16:53 +000012if WITH_PYTHON
David Reiss1a140912008-06-11 01:16:37 +000013SUBDIRS += py
14endif
15
David Reiss82c1bab2008-06-11 01:16:53 +000016if WITH_ERLANG
David Reiss9f2a5d72008-06-11 01:15:45 +000017SUBDIRS += erl
Christopher Pirob6f18c22008-03-04 07:09:12 +000018endif
19
David Reiss8d07e1d2008-07-11 08:04:12 +000020if WITH_RUBY
Kevin Clark4bd89162008-07-08 00:47:49 +000021SUBDIRS += rb
22endif
23
T Jake Luciani1952e542009-02-01 04:47:30 +000024if WITH_PERL
25SUBDIRS += perl
26endif
27
David Reissb87d84d2008-07-11 08:02:29 +000028# All of the libs that don't use Automake need to go in here
29# so they will end up in our release tarballs.
David Reiss832b2622007-12-28 18:25:33 +000030EXTRA_DIST = \
31 cocoa \
David Reiss832b2622007-12-28 18:25:33 +000032 hs \
David Reiss832b2622007-12-28 18:25:33 +000033 ocaml \
David Reiss832b2622007-12-28 18:25:33 +000034 php \
David Reissb87d84d2008-07-11 08:02:29 +000035 erl \
David Reiss31609712008-02-06 22:10:26 +000036 st