Annotation of embedaddon/strongswan/src/libstrongswan/plugins/af_alg/Makefile.am, revision 1.1.1.1

1.1       misho       1: AM_CPPFLAGS = \
                      2:        -I${linux_headers} \
                      3:        -I$(top_srcdir)/src/libstrongswan
                      4: 
                      5: AM_CFLAGS = \
                      6:        $(PLUGIN_CFLAGS)
                      7: 
                      8: if MONOLITHIC
                      9: noinst_LTLIBRARIES = libstrongswan-af-alg.la
                     10: else
                     11: plugin_LTLIBRARIES = libstrongswan-af-alg.la
                     12: endif
                     13: 
                     14: libstrongswan_af_alg_la_SOURCES = \
                     15:        af_alg_plugin.h af_alg_plugin.c \
                     16:        af_alg_ops.h af_alg_ops.c \
                     17:        af_alg_hasher.h af_alg_hasher.c \
                     18:        af_alg_signer.h af_alg_signer.c \
                     19:        af_alg_prf.h af_alg_prf.c \
                     20:        af_alg_crypter.h af_alg_crypter.c
                     21: 
                     22: libstrongswan_af_alg_la_LDFLAGS = -module -avoid-version

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>