Annotation of embedaddon/strongswan/src/libstrongswan/plugins/blowfish/Makefile.am, revision 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-blowfish.la
        !             9: else
        !            10: plugin_LTLIBRARIES = libstrongswan-blowfish.la
        !            11: endif
        !            12: 
        !            13: libstrongswan_blowfish_la_SOURCES = \
        !            14:        blowfish_plugin.h blowfish_plugin.c blowfish_crypter.c blowfish_crypter.h \
        !            15:        bf_skey.c blowfish.h bf_pi.h bf_locl.h bf_enc.c
        !            16: 
        !            17: libstrongswan_blowfish_la_LDFLAGS = -module -avoid-version

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