Renaming libevent to event2, and adding gflags submodule.

pull/1/merge
Nicolas Noble 10 years ago
parent f5aa29b628
commit 9db8509c9a
  1. 7
      .gitmodules
  2. 0
      third_party/event2
  3. 1
      third_party/gflags

7
.gitmodules vendored

@ -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

@ -0,0 +1 @@
Subproject commit 05b155ff59114735ec8cd089f669c4c3d8f59029
Loading…
Cancel
Save