mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-14 18:48:17 -07:00
add memcached module
This commit is contained in:
parent
4a87be9c48
commit
8e209b14f4
8 changed files with 293 additions and 19 deletions
|
@ -40,6 +40,7 @@ LOCAL_SRC_FILES:= \
|
|||
hydra-irc.c\
|
||||
hydra-ldap.c\
|
||||
hydra-mod.c\
|
||||
hydra-memcached.c\
|
||||
hydra-mssql.c\
|
||||
hydra-mysql.c\
|
||||
hydra-ncp.c\
|
||||
|
@ -90,7 +91,8 @@ LOCAL_STATIC_LIBRARIES := \
|
|||
libiconv\
|
||||
libneon\
|
||||
libssl_static\
|
||||
libcrypto_static
|
||||
libcrypto_static\
|
||||
libmemcached
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libsqlite\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue