thrift/lib/Makefile.am
Christopher Piro b6f18c20ee [thrift] Erlang build tweaks
Summary: fix the Makefile to use BSD-friendly find(1) and enable conditional building of the Erlang binding.  Contributed by Dan Sully (daniel@electricrain.com).

Reviewed By: eletuchy

Test Plan: builds


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665549 13f79535-47bb-0310-9956-ffa450edef68
2008-03-04 07:09:12 +00:00

26 lines
233 B
Makefile

SUBDIRS = \
cpp \
py
if ENABLE_MONO
SUBDIRS += csharp
endif
if ENABLE_JAVA
SUBDIRS += java
endif
if ENABLE_ERLANG
SUBDIRS += erl
endif
EXTRA_DIST = \
cocoa \
erl \
hs \
ocaml \
perl \
php \
rb \
st