diff --git a/mingw/Makefile b/mingw/Makefile index 5daf027a59e3fe5470dbf5974bc6c60f68d79556..bb437e77d2bb94d2d60dd8b9796937df043f5c05 100644 --- a/mingw/Makefile +++ b/mingw/Makefile @@ -98,7 +98,7 @@ $(DIST).zip: $(DIST) $(DIST): $(addprefix $(CURDIR)/bin/, libogg-0.dll libopus-0.dll ssleay32.dll) cd .. && make install mkdir -p $(DIST) - cp ../AUTHORS ../COPYING ../README.txt ../include/opusfile.h $@ + cp ../AUTHORS ../COPYING ../README.md ../include/opusfile.h $@ cp ../.libs/libopusfile-0.dll $@ cp ../.libs/libopusfile.a $@ cp ../.libs/libopusfile.dll.a $@