diff options
author | Niall <Niall.oReilly@ucd.ie> | 2019-06-04 15:53:02 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-10-02 12:33:08 +0200 |
commit | 0f48055c40e3a10da6a535ce70407b25ea7fe855 (patch) | |
tree | 5b6d3782e4a2d56c5285fae17dfd6d4c47710d16 /docs/Makefile.am | |
parent | 475324b272f3112c64b696871d7775cfdf32b45f (diff) | |
download | curl-0f48055c40e3a10da6a535ce70407b25ea7fe855.tar.gz |
ESNI: initial build/setup
Closes #4011
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 2bde6bcb1..b26967024 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -53,6 +53,7 @@ EXTRA_DIST = \ CODE_STYLE.md \ CONTRIBUTE.md \ DEPRECATE.md \ + ESNI.md \ EXPERIMENTAL.md \ FAQ \ FEATURES \ |