summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-03-31 22:14:47 +0100
committerPete Batard <pete@akeo.ie>2012-03-31 22:17:53 +0100
commita8a80b60a14e3a8269e42dedf34fda66da8e0e50 (patch)
tree73e1915389059506e6f2b3c80bdc2a9053e4a9d1 /Makefile.am
parent3c968be61befc47d33562843e5479ff67303b0c4 (diff)
downloadlibusb-a8a80b60a14e3a8269e42dedf34fda66da8e0e50.tar.gz
Autotools: Fix msvc dir not being included in make dist
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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