From 9079ffa4ff24d8dfe27a2268ab69ccf0483c42d4 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Tue, 13 Mar 2012 17:10:46 +0100 Subject: Add clsocket as a dependency for dfhack lib. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.1