Autotools: Fix msvc dir not being included in make dist
authorPete Batard <pete@akeo.ie>
Sat, 31 Mar 2012 21:14:47 +0000 (22:14 +0100)
committerPete Batard <pete@akeo.ie>
Sat, 31 Mar 2012 21:17:53 +0000 (22:17 +0100)
Makefile.am

index 6b1074e..4f0e1cc 100644 (file)
@@ -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