Annotation of embedaddon/strongswan/src/libcharon/plugins/resolve/Makefile.am, revision 1.1
1.1 ! misho 1: AM_CPPFLAGS = \
! 2: -I$(top_srcdir)/src/libstrongswan \
! 3: -I$(top_srcdir)/src/libcharon \
! 4: -DRESOLV_CONF=\"${resolv_conf}\"
! 5:
! 6: AM_CFLAGS = \
! 7: $(PLUGIN_CFLAGS)
! 8:
! 9: if MONOLITHIC
! 10: noinst_LTLIBRARIES = libstrongswan-resolve.la
! 11: else
! 12: plugin_LTLIBRARIES = libstrongswan-resolve.la
! 13: endif
! 14:
! 15: libstrongswan_resolve_la_SOURCES = \
! 16: resolve_plugin.h resolve_plugin.c \
! 17: resolve_handler.h resolve_handler.c
! 18:
! 19: libstrongswan_resolve_la_LDFLAGS = -module -avoid-version
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>