[tor-commits] [obfsproxy/master] Fix make-dist by uploading path to protocol-spec
nickm at torproject.org
nickm at torproject.org
Thu Feb 16 20:19:03 UTC 2012
commit f4f3ed0e1bb4eda7530095c5e91617de60458627
Author: Sebastian Hahn <sebastian at 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
More information about the tor-commits
mailing list