summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorPetr Mrázek2012-03-13 17:10:46 +0100
committerPetr Mrázek2012-03-13 17:10:46 +0100
commit9079ffa4ff24d8dfe27a2268ab69ccf0483c42d4 (patch)
treea3cec538aa6c6b304da6b7fccb257ee4eb300e81 /.gitmodules
parenteb4757043b12764f20c6bd1a6edc12201f74b2ce (diff)
downloaddfhack-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--.gitmodules3
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