Annotation of embedaddon/strongswan/src/libstrongswan/plugins/pkcs1/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-pkcs1.la
! 9: else
! 10: plugin_LTLIBRARIES = libstrongswan-pkcs1.la
! 11: endif
! 12:
! 13: libstrongswan_pkcs1_la_SOURCES = \
! 14: pkcs1_plugin.h pkcs1_plugin.c \
! 15: pkcs1_encoder.h pkcs1_encoder.c \
! 16: pkcs1_builder.h pkcs1_builder.c
! 17:
! 18: libstrongswan_pkcs1_la_LDFLAGS = -module -avoid-version
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>