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