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