Annotation of embedaddon/strongswan/src/libstrongswan/plugins/random/Makefile.am, revision 1.1.1.1
1.1 misho 1: AM_CPPFLAGS = \
2: -I$(top_srcdir)/src/libstrongswan \
3: -DDEV_RANDOM=\"${random_device}\" \
4: -DDEV_URANDOM=\"${urandom_device}\"
5:
6: AM_CFLAGS = \
7: $(PLUGIN_CFLAGS)
8:
9: if MONOLITHIC
10: noinst_LTLIBRARIES = libstrongswan-random.la
11: else
12: plugin_LTLIBRARIES = libstrongswan-random.la
13: endif
14:
15: libstrongswan_random_la_SOURCES = \
16: random_plugin.h random_plugin.c \
17: random_rng.c random_rng.h
18:
19: libstrongswan_random_la_LDFLAGS = -module -avoid-version
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>