X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=src%2Fcharon%2FMakefile.am;h=c9f63ac9d6503bc6a2b8c39cc41aa9703d741e47;hp=464d82fe51f7018ac31bcea2f854379062975ae5;hb=79a878466c6f9f2b40eba9e2723e732068146225;hpb=c5ebb635a1271d567799e26ee26da1b509df0309 diff --git a/src/charon/Makefile.am b/src/charon/Makefile.am index 464d82f..c9f63ac 100644 --- a/src/charon/Makefile.am +++ b/src/charon/Makefile.am @@ -66,6 +66,7 @@ sa/authenticators/authenticator.c sa/authenticators/authenticator.h \ sa/authenticators/eap_authenticator.c sa/authenticators/eap_authenticator.h \ sa/authenticators/eap/eap_method.c sa/authenticators/eap/eap_method.h \ sa/authenticators/eap/eap_manager.c sa/authenticators/eap/eap_manager.h \ +sa/authenticators/eap/sim_manager.c sa/authenticators/eap/sim_manager.h \ sa/authenticators/psk_authenticator.c sa/authenticators/psk_authenticator.h \ sa/authenticators/pubkey_authenticator.c sa/authenticators/pubkey_authenticator.h \ sa/child_sa.c sa/child_sa.h \ @@ -173,6 +174,11 @@ if USE_EAP_SIM PLUGINS += eapsim endif +if USE_EAP_SIM_FILE + SUBDIRS += plugins/eap_sim_file + PLUGINS += eapsim-file +endif + if USE_EAP_MD5 SUBDIRS += plugins/eap_md5 PLUGINS += eapmd5