Moving charon to libcharon.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
|
||||
|
||||
AM_CFLAGS = -rdynamic
|
||||
|
||||
if MONOLITHIC
|
||||
noinst_LTLIBRARIES = libstrongswan-eap-identity.la
|
||||
else
|
||||
plugin_LTLIBRARIES = libstrongswan-eap-identity.la
|
||||
endif
|
||||
|
||||
libstrongswan_eap_identity_la_SOURCES = \
|
||||
eap_identity_plugin.h eap_identity_plugin.c eap_identity.h eap_identity.c
|
||||
|
||||
libstrongswan_eap_identity_la_LDFLAGS = -module -avoid-version
|
||||
Reference in New Issue
Block a user