Skip to content

Commit

Permalink
Renaming libevent to event2, and adding gflags submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Noble committed Dec 10, 2014
1 parent f5aa29b commit 9db8509
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
path = third_party/protobuf
url = https://github.com/google/protobuf.git
branch = v3.0.0-alpha-1
[submodule "third_party/libevent"]
path = third_party/libevent
[submodule "third_party/event2"]
path = third_party/event2
url = https://github.com/libevent/libevent.git
branch = patches-2.0
[submodule "third_party/gflags"]
path = third_party/gflags
url = https://code.google.com/p/gflags
1 change: 1 addition & 0 deletions third_party/gflags
Submodule gflags added at 05b155

0 comments on commit 9db8509

Please sign in to comment.