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

1.1       misho       1: AM_CPPFLAGS = \
                      2:        -I$(top_srcdir)/src/libstrongswan
                      3: 
                      4: AM_CFLAGS = \
                      5:        $(PLUGIN_CFLAGS)
                      6: 
                      7: if MONOLITHIC
                      8: noinst_LTLIBRARIES = libstrongswan-sha3.la
                      9: else
                     10: plugin_LTLIBRARIES = libstrongswan-sha3.la
                     11: endif
                     12: 
                     13: libstrongswan_sha3_la_SOURCES = \
                     14:        sha3_plugin.h sha3_plugin.c \
                     15:        sha3_hasher.c sha3_hasher.h \
                     16:        sha3_shake.h sha3_shake.c \
                     17:        sha3_keccak.h sha3_keccak.c
                     18: 
                     19: libstrongswan_sha3_la_LDFLAGS = -module -avoid-version

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