Annotation of embedaddon/strongswan/src/libstrongswan/plugins/x509/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-x509.la
                      9: else
                     10: plugin_LTLIBRARIES = libstrongswan-x509.la
                     11: endif
                     12: 
                     13: libstrongswan_x509_la_SOURCES = \
                     14:        x509_plugin.h x509_plugin.c \
                     15:        x509_cert.h x509_cert.c \
                     16:        x509_crl.h x509_crl.c \
                     17:        x509_ac.h x509_ac.c \
                     18:        x509_pkcs10.h x509_pkcs10.c \
                     19:        x509_ocsp_request.h x509_ocsp_request.c \
                     20:        x509_ocsp_response.h x509_ocsp_response.c
                     21: 
                     22: libstrongswan_x509_la_LDFLAGS = -module -avoid-version

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