You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ns...@apache.org on 2016/03/19 14:32:29 UTC

thrift git commit: Add make dist entires for THRIFT-3402

Repository: thrift
Updated Branches:
  refs/heads/master e831490db -> 834f1b45c


Add make dist entires for THRIFT-3402


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/834f1b45
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/834f1b45
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/834f1b45

Branch: refs/heads/master
Commit: 834f1b45c78df42e132889c72c4feafe9b8e2e07
Parents: e831490
Author: Nobuaki Sukegawa <ns...@apache.org>
Authored: Sat Mar 19 22:31:40 2016 +0900
Committer: Nobuaki Sukegawa <ns...@apache.org>
Committed: Sat Mar 19 22:31:40 2016 +0900

----------------------------------------------------------------------
 lib/perl/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/834f1b45/lib/perl/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/perl/Makefile.am b/lib/perl/Makefile.am
index 2fb8c5a..0d2c8d3 100644
--- a/lib/perl/Makefile.am
+++ b/lib/perl/Makefile.am
@@ -57,6 +57,8 @@ EXTRA_DIST = \
 	lib/Thrift/Socket.pm \
 	lib/Thrift/SSLSocket.pm \
 	lib/Thrift/SSLServerSocket.pm \
+	lib/Thrift/UnixServerSocket.pm \
+	lib/Thrift/UnixSocket.pm \
 	lib/Thrift/Transport.pm \
 	README.md