diff options
Diffstat (limited to 'src/libcharon/plugins/eap_ttls/Makefile.am')
-rw-r--r-- | src/libcharon/plugins/eap_ttls/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcharon/plugins/eap_ttls/Makefile.am b/src/libcharon/plugins/eap_ttls/Makefile.am index fdd4606d0..47be97908 100644 --- a/src/libcharon/plugins/eap_ttls/Makefile.am +++ b/src/libcharon/plugins/eap_ttls/Makefile.am @@ -12,6 +12,7 @@ libstrongswan_eap_ttls_la_LIBADD = $(top_builddir)/src/libtls/libtls.la endif libstrongswan_eap_ttls_la_SOURCES = \ - eap_ttls_plugin.h eap_ttls_plugin.c eap_ttls.h eap_ttls.c + eap_ttls_plugin.h eap_ttls_plugin.c eap_ttls.h eap_ttls.c \ + eap_ttls_peer.h eap_ttls_peer.c libstrongswan_eap_ttls_la_LDFLAGS = -module -avoid-version |