Skip to content

Commit 54cb51d

Browse files
pbatardPeter Stuge
authored and
Peter Stuge
committed
Makefile.am: Fix msvc dir not being included in make dist
libusbx.git commit a8a80b60a14e3a8269e42dedf34fda66da8e0e50
1 parent 38d5ba4 commit 54cb51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip
22
ACLOCAL_AMFLAGS = -I m4
33
DISTCLEANFILES = libusb-1.0.pc
44
MAINTAINERCLEANFILES = ChangeLog
5-
EXTRA_DIST = TODO PORTING
5+
EXTRA_DIST = TODO PORTING msvc
66
SUBDIRS = libusb doc
77

88
if BUILD_EXAMPLES

0 commit comments

Comments
 (0)