Annotation of embedaddon/strongswan/src/libcharon/plugins/medsrv/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-medsrv.la
                     10: else
                     11: plugin_LTLIBRARIES = libstrongswan-medsrv.la
                     12: endif
                     13: 
                     14: libstrongswan_medsrv_la_SOURCES = \
                     15:        medsrv_plugin.h medsrv_plugin.c \
                     16:        medsrv_creds.h medsrv_creds.c \
                     17:        medsrv_config.h medsrv_config.c
                     18: 
                     19: libstrongswan_medsrv_la_LDFLAGS = -module -avoid-version

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>