added sha1 and bcrypt submodules
This commit is contained in:
parent
ed02ef39f1
commit
a5de45419f
|
@ -5,3 +5,9 @@
|
|||
[submodule "web/api/app/Plugin/CakePHP-Enum-Behavior"]
|
||||
path = web/api/app/Plugin/CakePHP-Enum-Behavior
|
||||
url = https://github.com/ZoneMinder/CakePHP-Enum-Behavior.git
|
||||
[submodule "third_party/bcrypt"]
|
||||
path = third_party/bcrypt
|
||||
url = https://github.com/trusch/libbcrypt
|
||||
[submodule "third_party/sha1"]
|
||||
path = third_party/sha1
|
||||
url = https://github.com/vog/sha1
|
||||
|
|
|
@ -870,6 +870,7 @@ include(Pod2Man)
|
|||
ADD_MANPAGE_TARGET()
|
||||
|
||||
# Process subdirectories
|
||||
add_subdirectory(third_party/bcrypt)
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(scripts)
|
||||
add_subdirectory(db)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 180cd3372609b2539fe9c916f15c8ef8a2aef5f2
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 68a0990352c04de43c494e8381264c27ed0b8e7e
|
Loading…
Reference in New Issue