From d80c06a1a1a4692affa620f505b783d3db2aec3c Mon Sep 17 00:00:00 2001 From: David Reiss Date: Mon, 21 Apr 2008 18:07:53 +0000 Subject: [PATCH] Add contrib to EXTRA_DIST so it goes into make dist. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665662 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 30398bc0..ff97538c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,5 +3,5 @@ ACLOCAL_AMFLAGS = -I ./aclocal SUBDIRS = compiler/cpp lib if test ## Don't run make dist from a subversion working copy ## because it will pull in your .svn directories. -EXTRA_DIST = bootstrap.sh cleanup.sh doc test tutorial \ +EXTRA_DIST = bootstrap.sh cleanup.sh doc test tutorial contrib \ thrift.el thrift.vim thrift.bnf CONTRIBUTORS LICENSE -- 2.17.1