fstools added
This commit is contained in:
parent
2dfb3fc27f
commit
1b334e6984
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -19,3 +19,6 @@
|
|||||||
[submodule "tcp_socket"]
|
[submodule "tcp_socket"]
|
||||||
path = tcp_socket
|
path = tcp_socket
|
||||||
url = https://git.mount-mockery.de/pylib/tcp_socket
|
url = https://git.mount-mockery.de/pylib/tcp_socket
|
||||||
|
[submodule "fstools"]
|
||||||
|
path = fstools
|
||||||
|
url = https://git.mount-mockery.de/pylib/fstools
|
||||||
|
1
Makefile
1
Makefile
@ -8,6 +8,7 @@ SOURCEDIR = .
|
|||||||
BUILDDIR = _build
|
BUILDDIR = _build
|
||||||
MODULES = $(sort \
|
MODULES = $(sort \
|
||||||
caching\
|
caching\
|
||||||
|
fstools\
|
||||||
socket_protocol\
|
socket_protocol\
|
||||||
state_machine\
|
state_machine\
|
||||||
stringtools\
|
stringtools\
|
||||||
|
1
fstools
Submodule
1
fstools
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 262141f2956757b0c8cbce8724728fa1d0630297
|
Loading…
x
Reference in New Issue
Block a user