Files
strongswan-ext/src/libcharon/plugins/xauth_generic/Makefile.am
T
Martin Willi 19cb07b890 automake: replace INCLUDES by AM_CPPFLAGS
INCLUDES are now deprecated and throw warnings when using automake 1.13.
We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and
defines are passed to AM_CPPFLAGS only.
2013-07-18 14:59:19 +02:00

20 lines
463 B
Makefile

AM_CPPFLAGS = \
-I$(top_srcdir)/src/libstrongswan \
-I$(top_srcdir)/src/libhydra \
-I$(top_srcdir)/src/libcharon
AM_CFLAGS = \
-rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-xauth-generic.la
else
plugin_LTLIBRARIES = libstrongswan-xauth-generic.la
endif
libstrongswan_xauth_generic_la_SOURCES = \
xauth_generic_plugin.h xauth_generic_plugin.c \
xauth_generic.h xauth_generic.c
libstrongswan_xauth_generic_la_LDFLAGS = -module -avoid-version