# HG changeset patch # User Mike Becker # Date 1739306594 -3600 # Node ID d17a7350f4a79905a5aefafca4f48f23edd1d9a3 # Parent d736206975936582435e7dae1faa31b867d31485 fix that msvc solution is not included in dist package diff -r d73620697593 -r d17a7350f4a7 make/makefile.mk --- a/make/makefile.mk Tue Feb 11 21:40:48 2025 +0100 +++ b/make/makefile.mk Tue Feb 11 21:43:14 2025 +0100 @@ -26,7 +26,7 @@ dist: FORCE $(MKDIR) $(dist_dir)/libucx $(COPYALL) CHANGELOG configure COPYING Doxyfile Makefile README \ - uaplogo.png make src tests $(dist_dir)/libucx/ + uaplogo.png make msvc src tests $(dist_dir)/libucx/ @cd $(dist_dir) && tar -czf ucx-$(VERSION).tar.gz -Hustar libucx @echo "[ Dist created: $(dist_dir)/ucx-$(VERSION).tar.gz ]"