working commit

This commit is contained in:
2026-02-13 19:14:15 +02:00
parent 04cf117632
commit 801606b956
6 changed files with 295 additions and 7 deletions
+3 -2
View File
@@ -163,8 +163,8 @@ am__define_uniq_tagged_files = \
done | $(am__uniquify_input)`
AM_RECURSIVE_TARGETS = cscope
am__DIST_COMMON = $(srcdir)/Makefile.in \
$(top_srcdir)/app/config/variant.go.in config.guess config.sub \
install-sh missing
$(top_srcdir)/app/config/variant.go.in README.md config.guess \
config.sub install-sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
@@ -289,6 +289,7 @@ GOFLAGS = -v
mstorectl_SOURCES = \
cmd/mstorectl/filecmd.go \
cmd/mstorectl/imagecmd.go \
cmd/mstorectl/accountcmd.go \
cmd/mstorectl/main.go
mstored_SOURCES = \