Files
strongswan-ext/src/charon/plugins/eap_aka/Makefile.am
T
Tobias Brunner afb364fff9 Reverting eba28948a5 which was only necessary when cross-compiling the plugins for Android 2.0.
With the coming monolithic build using Android.mk files this won't be
necessary anymore.
2010-03-02 12:03:44 +01:00

20 lines
527 B
Makefile

INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon \
-I$(top_srcdir)/src/libsimaka
AM_CFLAGS = -rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-eap-aka.la
else
plugin_LTLIBRARIES = libstrongswan-eap-aka.la
libstrongswan_eap_aka_la_LIBADD = $(top_builddir)/src/libsimaka/libsimaka.la
endif
libstrongswan_eap_aka_la_SOURCES = \
eap_aka_plugin.h eap_aka_plugin.c \
eap_aka_peer.h eap_aka_peer.c \
eap_aka_server.h eap_aka_server.c
libstrongswan_eap_aka_la_LDFLAGS = -module -avoid-version