blob: 1ce2426f27e93686c21b4d2501a6fccb5a594335 (
plain)
1
2
3
4
5
6
7
8
9
10
|
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
AM_CFLAGS = -rdynamic
plugin_LTLIBRARIES = libcharon-eapidentity.la
libcharon_eapidentity_la_SOURCES = \
eap_identity_plugin.h eap_identity_plugin.c eap_identity.h eap_identity.c
libcharon_eapidentity_la_LDFLAGS = -module
|