Files
strongswan-ext/src/libstrongswan/plugins/sha1/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

17 lines
354 B
Makefile

INCLUDES = -I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = -rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-sha1.la
else
plugin_LTLIBRARIES = libstrongswan-sha1.la
endif
libstrongswan_sha1_la_SOURCES = \
sha1_plugin.h sha1_plugin.c \
sha1_hasher.c sha1_hasher.h sha1_prf.c sha1_prf.h
libstrongswan_sha1_la_LDFLAGS = -module -avoid-version