Annotation of embedaddon/strongswan/src/libstrongswan/plugins/pkcs11/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-pkcs11.la
! 9: else
! 10: plugin_LTLIBRARIES = libstrongswan-pkcs11.la
! 11: endif
! 12:
! 13: libstrongswan_pkcs11_la_SOURCES = \
! 14: pkcs11_plugin.h pkcs11_plugin.c pkcs11.h \
! 15: pkcs11_library.h pkcs11_library.c \
! 16: pkcs11_creds.h pkcs11_creds.c \
! 17: pkcs11_private_key.h pkcs11_private_key.c \
! 18: pkcs11_public_key.h pkcs11_public_key.c \
! 19: pkcs11_hasher.h pkcs11_hasher.c \
! 20: pkcs11_rng.h pkcs11_rng.c \
! 21: pkcs11_dh.h pkcs11_dh.c \
! 22: pkcs11_manager.h pkcs11_manager.c
! 23:
! 24: libstrongswan_pkcs11_la_LDFLAGS = -module -avoid-version
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>