Browse Source

fstools added

master
Dirk Alders 4 years ago
parent
commit
1b334e6984
3 changed files with 5 additions and 0 deletions
  1. 3
    0
      .gitmodules
  2. 1
    0
      Makefile
  3. 1
    0
      fstools

+ 3
- 0
.gitmodules View File

@@ -19,3 +19,6 @@
19 19
 [submodule "tcp_socket"]
20 20
 	path = tcp_socket
21 21
 	url = https://git.mount-mockery.de/pylib/tcp_socket
22
+[submodule "fstools"]
23
+	path = fstools
24
+	url = https://git.mount-mockery.de/pylib/fstools

+ 1
- 0
Makefile View File

@@ -8,6 +8,7 @@ SOURCEDIR     = .
8 8
 BUILDDIR      = _build
9 9
 MODULES       = $(sort \
10 10
     caching\
11
+    fstools\
11 12
     socket_protocol\
12 13
     state_machine\
13 14
     stringtools\

+ 1
- 0
fstools

@@ -0,0 +1 @@
1
+Subproject commit 262141f2956757b0c8cbce8724728fa1d0630297

Loading…
Cancel
Save