From 166397455a9f46876d4207330f2d88b3541dd6b9 Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Sun, 28 Feb 2016 06:16:04 +0000 Subject: [PATCH] Include Windows patches into source archive, otherwise CMake build fails --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 9da1441d1..036ccdd0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,8 +51,12 @@ EXTRA_DIST += \ third-party/b64.cmake \ third-party/dht.cmake \ third-party/event2.cmake \ + third-party/event2-01-win32.patch \ + third-party/event2-02-win32.patch \ third-party/natpmp.cmake \ third-party/utp-01-ticket-5002.patch \ + third-party/utp-02-win32.patch \ + third-party/utp-03-msvc14.patch \ third-party/utp.cmake \ third-party/utp_config.h \ utils/CMakeLists.txt