From 7a566ad1e52183c17b7481fd9574484afdfa249d Mon Sep 17 00:00:00 2001 From: Christopher Kohlhoff Date: Sun, 9 Dec 2018 12:19:12 +1100 Subject: [PATCH] Ensure socks4 example header file is included in release tarball. --- asio/src/examples/cpp11/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/asio/src/examples/cpp11/Makefile.am b/asio/src/examples/cpp11/Makefile.am index b9b3ef78..42e2ba4e 100644 --- a/asio/src/examples/cpp11/Makefile.am +++ b/asio/src/examples/cpp11/Makefile.am @@ -69,6 +69,7 @@ noinst_PROGRAMS += \ endif noinst_HEADERS = \ + socks4/socks4.hpp \ chat/chat_message.hpp AM_CXXFLAGS = -I$(srcdir)/../../../include