summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-22 14:16:39 -0500
committerJames E. King III <jking@apache.org>2019-01-24 12:20:30 -0500
commitb1d63e7190fb1e4a2d87a9be42f3d4b7f17305fd (patch)
tree1b6d331270e1a4ba53aabd0fb8637a4c85efa5d7 /lib/Makefile.am
parent22749ac376b10982eb5fa5a32ba336b20e1e6344 (diff)
downloadthrift-b1d63e7190fb1e4a2d87a9be42f3d4b7f17305fd.tar.gz
THRIFT-4750: as3 changes to build and publish to maven central
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 0c6901940..901c3ef02 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -20,6 +20,10 @@
SUBDIRS = json xml
PRECROSS_TARGET =
+if WITH_AS3
+SUBDIRS += as3
+endif
+
if WITH_CPP
# cpp dir is picked directly by plugin build
if !WITH_PLUGIN