diff options
| author | Petr Mrázek | 2012-03-13 17:10:46 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-03-13 17:10:46 +0100 |
| commit | 9079ffa4ff24d8dfe27a2268ab69ccf0483c42d4 (patch) | |
| tree | a3cec538aa6c6b304da6b7fccb257ee4eb300e81 /.gitmodules | |
| parent | eb4757043b12764f20c6bd1a6edc12201f74b2ce (diff) | |
| download | dfhack-9079ffa4ff24d8dfe27a2268ab69ccf0483c42d4.tar.gz dfhack-9079ffa4ff24d8dfe27a2268ab69ccf0483c42d4.tar.bz2 dfhack-9079ffa4ff24d8dfe27a2268ab69ccf0483c42d4.tar.xz | |
Add clsocket as a dependency for dfhack lib.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 76fb139d..700af743 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "library/xml"] path = library/xml url = git://github.com/peterix/df-structures.git +[submodule "depends/clsocket"] + path = depends/clsocket + url = git://github.com/peterix/clsocket.git |
