From 13465541ef305d28a665ff01550dd2dbc0985669 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 20 Nov 2013 09:42:47 -0800 Subject: [PATCH] Makefile.am: Distribute BUILD.Windows. Fixes a build failure: The distribution is missing the following files: BUILD.Windows CC: Gurucharan Shetty Signed-off-by: Ben Pfaff --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 3d2165f9f..08ccb8d6a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,7 @@ CLEAN_LOCAL = DISTCLEANFILES = PYCOV_CLEAN_FILES = build-aux/check-structs,cover EXTRA_DIST = \ + BUILD.Windows \ CodingStyle \ DESIGN \ FAQ \ -- 2.43.0