commit f4f3ed0e1bb4eda7530095c5e91617de60458627 Author: Sebastian Hahn sebastian@torproject.org Date: Thu Feb 16 17:14:13 2012 +0100
Fix make-dist by uploading path to protocol-spec
This got broken in ba1fe6d23905cdaa4536ce17128c1e2dc90dbe5d when the spec was moved to an obfs2 subdirectory. --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am index ed1c0ce..a703a99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,7 +56,7 @@ noinst_HEADERS = \ src/test/tinytest.h \ src/test/tinytest_macros.h
-EXTRA_DIST = doc/protocol-spec.txt +EXTRA_DIST = doc/obfs2/protocol-spec.txt
TESTS = unittests
tor-commits@lists.torproject.org