Annotation of embedaddon/strongswan/src/libcharon/plugins/forecast/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) $(libiptc_CFLAGS)
7:
8: if MONOLITHIC
9: noinst_LTLIBRARIES = libstrongswan-forecast.la
10: else
11: plugin_LTLIBRARIES = libstrongswan-forecast.la
12: endif
13:
14: libstrongswan_forecast_la_SOURCES = \
15: forecast_listener.h forecast_listener.c \
16: forecast_forwarder.h forecast_forwarder.c \
17: forecast_plugin.h forecast_plugin.c
18:
19: libstrongswan_forecast_la_LDFLAGS = -module -avoid-version
20: libstrongswan_forecast_la_LIBADD = $(libiptc_LIBS)
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>