Skip to content

Commit

Permalink
Add third-party libraries back as submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedld committed Jan 1, 2017
1 parent 2de12f5 commit eb437c1
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
[submodule "third-party/dht"]
path = third-party/dht
url = https://github.com/transmission/dht
branch = post-0.24-transmission
[submodule "third-party/libb64"]
path = third-party/libb64
url = https://github.com/transmission/libb64
branch = post-1.2.1-transmission
[submodule "third-party/libevent"]
path = third-party/libevent
url = https://github.com/transmission/libevent
branch = post-2.0.22-transmission
[submodule "third-party/libnatpmp"]
path = third-party/libnatpmp
url = https://github.com/transmission/libnatpmp
branch = post-20151025-transmission
[submodule "third-party/libutp"]
path = third-party/libutp
url = https://github.com/transmission/libutp
branch = post-3.3-transmission
[submodule "third-party/miniupnpc"]
path = third-party/miniupnpc
url = https://github.com/transmission/miniupnpc
branch = post-1.9-transmission
1 change: 1 addition & 0 deletions third-party/dht
Submodule dht added at 80024e
1 change: 1 addition & 0 deletions third-party/libb64
Submodule libb64 added at 8456a5
2 changes: 1 addition & 1 deletion third-party/libevent
1 change: 1 addition & 0 deletions third-party/libnatpmp
Submodule libnatpmp added at 4d3b9d
1 change: 1 addition & 0 deletions third-party/libutp
Submodule libutp added at fda9f4
1 change: 1 addition & 0 deletions third-party/miniupnpc
Submodule miniupnpc added at c6b2bd

0 comments on commit eb437c1

Please sign in to comment.