Annotation of embedaddon/strongswan/src/libcharon/plugins/kernel_iph/Makefile.am, revision 1.1.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-kernel-iph.la
10: else
11: plugin_LTLIBRARIES = libstrongswan-kernel-iph.la
12: endif
13:
14: libstrongswan_kernel_iph_la_SOURCES = \
15: kernel_iph_plugin.h kernel_iph_plugin.c \
16: kernel_iph_net.h kernel_iph_net.c
17:
18: libstrongswan_kernel_iph_la_LDFLAGS = -module -avoid-version
19: libstrongswan_kernel_iph_la_LIBADD = -liphlpapi
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>