From a8a80b60a14e3a8269e42dedf34fda66da8e0e50 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Sat, 31 Mar 2012 22:14:47 +0100 Subject: [PATCH] Autotools: Fix msvc dir not being included in make dist --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6b1074e..4f0e1cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip ACLOCAL_AMFLAGS = -I m4 DISTCLEANFILES = libusb-1.0.pc -EXTRA_DIST = TODO PORTING +EXTRA_DIST = TODO PORTING msvc SUBDIRS = libusb doc if BUILD_EXAMPLES -- 2.7.4