Autotools: Fix missing DLL .def file from make dist
authorPete Batard <pete@akeo.ie>
Sat, 31 Mar 2012 21:32:56 +0000 (22:32 +0100)
committerPete Batard <pete@akeo.ie>
Sat, 31 Mar 2012 21:32:56 +0000 (22:32 +0100)
Makefile.am

index 4f0e1cc..4f9ae65 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 msvc
+EXTRA_DIST = TODO PORTING msvc libusb/libusb-1.0.def
 SUBDIRS = libusb doc
 
 if BUILD_EXAMPLES