summaryrefslogtreecommitdiff
path: root/src/libcharon/plugins/eap_md5/Makefile.am
blob: e9936c9254b1dad8689b96a7c6e6714cee9e1edb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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-md5.la
else
plugin_LTLIBRARIES = libstrongswan-eap-md5.la
endif

libstrongswan_eap_md5_la_SOURCES = \
	eap_md5_plugin.h eap_md5_plugin.c eap_md5.h eap_md5.c

libstrongswan_eap_md5_la_LDFLAGS = -module -avoid-version