fix that msvc solution is not included in dist package

Tue, 11 Feb 2025 21:43:14 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 11 Feb 2025 21:43:14 +0100
changeset 1199
d17a7350f4a7
parent 1198
d73620697593
child 1200
73efb59703a4

fix that msvc solution is not included in dist package

make/makefile.mk file | annotate | diff | comparison | revisions
--- 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 ]"
 

mercurial