diff options
author | anonimal <anonimal@i2pmail.org> | 2017-06-28 21:15:37 +0000 |
---|---|---|
committer | anonimal <anonimal@i2pmail.org> | 2018-03-18 15:52:27 +0000 |
commit | efe70a15f819d7935421d2eef3a29933f5b9defb (patch) | |
tree | b82b41c8e1d693b1cb3c79b863991333c85b37ab | |
parent | Unbound: remove unbound from in-tree source (diff) | |
download | monero-efe70a15f819d7935421d2eef3a29933f5b9defb.tar.xz |
Unbound: add git submodule for unbound
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | external/unbound | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..fbcec5b46 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "external/unbound"] + path = external/unbound + url = https://github.com/monero-project/unbound + branch = monero diff --git a/external/unbound b/external/unbound new file mode 160000 +Subproject 193bdc4ee3fe2b0d17e547e86512528c2614483 |