|
|
@ -1,3 +1,6 @@ |
|
|
|
|
|
|
|
add_executable("oal-test" "testutil.c" "config.c" "ldapauth.c") |
|
|
|
|
|
|
|
target_link_libraries("oal-test" "ldap") |
|
|
|
|
|
|
|
|
|
|
|
add_library("openvpn-auth-ldap" SHARED "config.c" "ldapauth.c" "plugin.c") |
|
|
|
add_library("openvpn-auth-ldap" SHARED "config.c" "ldapauth.c" "plugin.c") |
|
|
|
target_link_libraries("openvpn-auth-ldap" "ldap") |
|
|
|
target_link_libraries("openvpn-auth-ldap" "ldap") |
|
|
|
|
|
|
|
|
|
|
|