]> git.ipfire.org Git - people/ms/strongswan.git/blob - src/libcharon/plugins/xauth_noauth/Makefile.am
automake: replace INCLUDES by AM_CPPFLAGS
[people/ms/strongswan.git] / src / libcharon / plugins / xauth_noauth / Makefile.am
1 AM_CPPFLAGS = \
2 -I$(top_srcdir)/src/libstrongswan \
3 -I$(top_srcdir)/src/libhydra \
4 -I$(top_srcdir)/src/libcharon
5
6 AM_CFLAGS = \
7 -rdynamic
8
9 if MONOLITHIC
10 noinst_LTLIBRARIES = libstrongswan-xauth-noauth.la
11 else
12 plugin_LTLIBRARIES = libstrongswan-xauth-noauth.la
13 endif
14
15 libstrongswan_xauth_noauth_la_SOURCES = \
16 xauth_noauth_plugin.h xauth_noauth_plugin.c \
17 xauth_noauth.h xauth_noauth.c
18
19 libstrongswan_xauth_noauth_la_LDFLAGS = -module -avoid-version