summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsuke@apache.org>2016-03-18 15:13:36 +0900
committerNobuaki Sukegawa <nsuke@apache.org>2016-03-18 22:37:02 +0900
commite134cbc6ff797c061332ecfae697e807832e1682 (patch)
treea82947adb4fbfe8917752b762c41cb7d3dc5a731 /lib
parent1d4a4393c9a9396ec76c3ba674e0d6a65fe39cc1 (diff)
downloadthrift-e134cbc6ff797c061332ecfae697e807832e1682.tar.gz
Update make dist entries
Diffstat (limited to 'lib')
-rw-r--r--lib/erl/Makefile.am1
-rw-r--r--lib/hs/Makefile.am4
-rw-r--r--lib/lua/Makefile.am3
-rw-r--r--lib/py/Makefile.am1
4 files changed, 8 insertions, 1 deletions
diff --git a/lib/erl/Makefile.am b/lib/erl/Makefile.am
index df117763b..2502d3166 100644
--- a/lib/erl/Makefile.am
+++ b/lib/erl/Makefile.am
@@ -74,6 +74,7 @@ EXTRA_DIST = \
src \
coding_standards.md \
rebar.config \
+ rebar.test.config \
test \
README.md
diff --git a/lib/hs/Makefile.am b/lib/hs/Makefile.am
index 543381fdc..90d5e1401 100644
--- a/lib/hs/Makefile.am
+++ b/lib/hs/Makefile.am
@@ -19,12 +19,14 @@
EXTRA_DIST = \
coding_standards.md \
+ CMakeLists.txt \
LICENSE \
README.md \
Setup.lhs \
TODO \
Thrift.cabal \
- src
+ src \
+ test
all-local:
$(CABAL) update
diff --git a/lib/lua/Makefile.am b/lib/lua/Makefile.am
index 588fb5886..3dfc27c86 100644
--- a/lib/lua/Makefile.am
+++ b/lib/lua/Makefile.am
@@ -61,8 +61,11 @@ EXTRA_DIST = \
coding_standards.md \
TBinaryProtocol.lua \
TBufferedTransport.lua \
+ TCompactProtocol.lua \
TFramedTransport.lua \
Thrift.lua \
+ THttpTransport.lua \
+ TJsonProtocol.lua \
TMemoryBuffer.lua \
TProtocol.lua \
TServer.lua \
diff --git a/lib/py/Makefile.am b/lib/py/Makefile.am
index 78bce7c8d..f3247150b 100644
--- a/lib/py/Makefile.am
+++ b/lib/py/Makefile.am
@@ -58,4 +58,5 @@ EXTRA_DIST = \
setup.py \
setup.cfg \
src \
+ test \
README.md