created an eap-tnc method hull
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
|
||||
-I$(top_srcdir)/src/libcharon
|
||||
|
||||
AM_CFLAGS = -rdynamic
|
||||
|
||||
if MONOLITHIC
|
||||
noinst_LTLIBRARIES = libstrongswan-eap-tnc.la
|
||||
else
|
||||
plugin_LTLIBRARIES = libstrongswan-eap-tnc.la
|
||||
endif
|
||||
|
||||
libstrongswan_eap_tnc_la_SOURCES = \
|
||||
eap_tnc_plugin.h eap_tnc_plugin.c eap_tnc.h eap_tnc.c
|
||||
|
||||
libstrongswan_eap_tnc_la_LDFLAGS = -module -avoid-version
|
||||
Reference in New Issue
Block a user