diff --git a/examples/Makefile.am b/examples/Makefile.am index 5abecb1..2515ae9 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -33,3 +33,5 @@ noinst_PROGRAMS = spdycli spdycli_SOURCES = spdycli.c endif # ENABLE_EXAMPLES + +EXTRA_DIST = README.rst diff --git a/examples/README.rst b/examples/README.rst new file mode 100644 index 0000000..f36cdf1 --- /dev/null +++ b/examples/README.rst @@ -0,0 +1 @@ +spdycat, spdyd and shrpx were moved to ``../src``.