From 7112c0712e0156fe227cf3dabf2cec6f80763d33 Mon Sep 17 00:00:00 2001 From: "Anthony F. Molinaro" Date: Thu, 2 Sep 2010 05:09:05 +0000 Subject: [PATCH] THRIFT-875 : missing dist file git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991813 13f79535-47bb-0310-9956-ffa450edef68 --- lib/py/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/py/Makefile.am b/lib/py/Makefile.am index 6d3bbeaa..5250cf66 100644 --- a/lib/py/Makefile.am +++ b/lib/py/Makefile.am @@ -18,7 +18,7 @@ # DESTDIR ?= / -EXTRA_DIST = setup.py src +EXTRA_DIST = setup.py setup.cfg src all-local: $(PYTHON) setup.py build -- 2.17.1