commit 8a9212a0d8e52394f796d3d037158bc3c5db1fe3 Author: David Goulet dgoulet@ev0ke.net Date: Wed Nov 6 19:58:25 2013 -0500
Revert "Fix: explicitly remove src.old from tarball"
noinst_DIST actually adds file to the tarball and seems not working with subdirs.
This reverts commit 293d484d94d40fcf610d71de635c4c0c7e4af463. --- Makefile.am | 1 - 1 file changed, 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am index bbef61a..7c3253a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,4 +5,3 @@ SUBDIRS = src doc tests dist_doc_DATA = ChangeLog
EXTRA_DIST = gpl-2.0.txt -noinst_DIST = src.old
tor-commits@lists.torproject.org