Annotation of embedaddon/strongswan/src/libstrongswan/math/libnttfft/Makefile.am, revision 1.1

1.1     ! misho       1: AM_CPPFLAGS = \
        !             2:        -I$(top_srcdir)/src/libstrongswan
        !             3: 
        !             4: AM_CFLAGS = \
        !             5:        @COVERAGE_CFLAGS@
        !             6: 
        !             7: AM_LDFLAGS = \
        !             8:        -no-undefined
        !             9: 
        !            10: ipseclib_LTLIBRARIES = libnttfft.la
        !            11: 
        !            12: libnttfft_la_SOURCES = \
        !            13:        ntt_fft_reduce.h ntt_fft.h ntt_fft.c \
        !            14:        ntt_fft_params.h ntt_fft_params.c
        !            15: 

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