blob: 3558dd803195f783efc6808cb0cf1af7c6f45bb9 [file] [log] [blame]
Gavin McDonald0b75e1a2010-10-28 02:12:01 +00001#
2# Licensed to the Apache Software Foundation (ASF) under one
3# or more contributor license agreements. See the NOTICE file
4# distributed with this work for additional information
5# regarding copyright ownership. The ASF licenses this file
6# to you under the Apache License, Version 2.0 (the
7# "License"); you may not use this file except in compliance
8# with the License. You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing,
13# software distributed under the License is distributed on an
14# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15# KIND, either express or implied. See the License for the
16# specific language governing permissions and limitations
17# under the License.
18#
19
20SUBDIRS = \
21 cpp
22
23if WITH_MONO
24SUBDIRS += csharp
25endif
26
27if WITH_JAVA
28SUBDIRS += java
29endif
30
31if WITH_PYTHON
32SUBDIRS += py
33endif
34
35if WITH_ERLANG
36SUBDIRS += erl
37endif
38
39if WITH_RUBY
40SUBDIRS += rb
41endif
42
43if WITH_PERL
44SUBDIRS += perl
45endif
46
47# All of the libs that don't use Automake need to go in here
48# so they will end up in our release tarballs.
49EXTRA_DIST = \
50 cocoa \
51 hs \
52 ocaml \
53 php \
54 erl \
55 st