aboutsummaryrefslogtreecommitdiff
path: root/src/ext/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-29 10:10:37 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-29 10:10:37 -0400
commita0be2f1350bf4974a9655421c3b30ba87a7b2279 (patch)
tree44bbc9fac7e4ce659c7dbb9a1981101f4805db41 /src/ext/include.am
parent9455f45ae3b1fb27c072682caebfb6aed808441c (diff)
downloadtor-a0be2f1350bf4974a9655421c3b30ba87a7b2279.tar.gz
tor-a0be2f1350bf4974a9655421c3b30ba87a7b2279.zip
Automake syntax error :/
Diffstat (limited to 'src/ext/include.am')
-rw-r--r--src/ext/include.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/include.am b/src/ext/include.am
index 21d29dcdf1..576fd4efb8 100644
--- a/src/ext/include.am
+++ b/src/ext/include.am
@@ -85,7 +85,7 @@ ED25519_REF10_HDRS = \
src/ext/ed25519/ref10/pow225521.h \
src/ext/ed25519/ref10/randombytes.h \
src/ext/ed25519/ref10/sc.h \
- src/ext/ed25519/ref10/sqrtm1.h \
+ src/ext/ed25519/ref10/sqrtm1.h
noinst_HEADERS += $(ED25519_REF10_HDRS)