diff options
author | mar-v-in <github@rvin.mooo.com> | 2014-06-05 23:46:14 +0200 |
---|---|---|
committer | mar-v-in <github@rvin.mooo.com> | 2014-06-05 23:46:14 +0200 |
commit | 36312b950aa2e3150ec9381c91850c63ed1c604b (patch) | |
tree | 8bef247abda9b2e1ad68898d2d7c7a72b3efad73 /.gitmodules | |
parent | 80e99986401b635f4eeef5d13740911d10740aef (diff) | |
download | open-keychain-36312b950aa2e3150ec9381c91850c63ed1c604b.tar.gz open-keychain-36312b950aa2e3150ec9381c91850c63ed1c604b.tar.bz2 open-keychain-36312b950aa2e3150ec9381c91850c63ed1c604b.zip |
Add dnsjava as submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 572293f94..20a0f60e0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "extern/openkeychain-api-lib"] path = extern/openkeychain-api-lib url = https://github.com/open-keychain/openkeychain-api-lib.git +[submodule "extern/dnsjava"] + path = extern/dnsjava + url = https://github.com/open-keychain/dnsjava.git |