thrift/lib/Makefile.am
David Reiss f8dcf03416 Add automake support for building the Java library.
If java, javac, and ant are all available, the Java library will be built as part of the standard make target.


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665494 13f79535-47bb-0310-9956-ffa450edef68
2008-02-23 22:07:39 +00:00

22 lines
194 B
Makefile

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