summaryrefslogtreecommitdiff
path: root/src/libcharon/plugins/xauth_noauth/Makefile.am
blob: b838af63a3ab0133b4faa8b3a5624fcea6221fb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
	-I$(top_srcdir)/src/libcharon

AM_CFLAGS = -rdynamic

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-xauth-noauth.la
else
plugin_LTLIBRARIES = libstrongswan-xauth-noauth.la
endif

libstrongswan_xauth_noauth_la_SOURCES = \
	xauth_noauth_plugin.h xauth_noauth_plugin.c \
	xauth_noauth.h xauth_noauth.c

libstrongswan_xauth_noauth_la_LDFLAGS = -module -avoid-version