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

18 lines
350 B
Makefile

AM_CPPFLAGS = \
-I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = \
-rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-rdrand.la
else
plugin_LTLIBRARIES = libstrongswan-rdrand.la
endif
libstrongswan_rdrand_la_SOURCES = \
rdrand_plugin.h rdrand_plugin.c \
rdrand_rng.h rdrand_rng.c
libstrongswan_rdrand_la_LDFLAGS = -module -avoid-version