Annotation of embedaddon/strongswan/src/libcharon/plugins/eap_dynamic/Makefile.am, revision 1.1
1.1 ! misho 1: AM_CPPFLAGS = \
! 2: -I$(top_srcdir)/src/libstrongswan \
! 3: -I$(top_srcdir)/src/libcharon
! 4:
! 5: AM_CFLAGS = \
! 6: $(PLUGIN_CFLAGS)
! 7:
! 8: if MONOLITHIC
! 9: noinst_LTLIBRARIES = libstrongswan-eap-dynamic.la
! 10: else
! 11: plugin_LTLIBRARIES = libstrongswan-eap-dynamic.la
! 12: endif
! 13:
! 14: libstrongswan_eap_dynamic_la_SOURCES = \
! 15: eap_dynamic_plugin.h eap_dynamic_plugin.c eap_dynamic.h eap_dynamic.c
! 16:
! 17: libstrongswan_eap_dynamic_la_LDFLAGS = -module -avoid-version
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>