Annotation of embedaddon/strongswan/src/libtnccs/plugins/tnc_imv/Makefile.am, revision 1.1.1.1

1.1       misho       1: AM_CPPFLAGS = \
                      2:        -I$(top_srcdir)/src/libstrongswan \
                      3:        -I$(top_srcdir)/src/libtncif \
                      4:        -I$(top_srcdir)/src/libtnccs \
                      5:        -I$(top_srcdir)/src/libtls
                      6: 
                      7: AM_CFLAGS = \
                      8:        $(PLUGIN_CFLAGS)
                      9: 
                     10: if MONOLITHIC
                     11: noinst_LTLIBRARIES = libstrongswan-tnc-imv.la
                     12: else
                     13: plugin_LTLIBRARIES = libstrongswan-tnc-imv.la
                     14: libstrongswan_tnc_imv_la_LIBADD = \
                     15:        $(top_builddir)/src/libtncif/libtncif.la \
                     16:        $(top_builddir)/src/libtnccs/libtnccs.la
                     17: endif
                     18: 
                     19: libstrongswan_tnc_imv_la_SOURCES = \
                     20:        tnc_imv_plugin.h tnc_imv_plugin.c tnc_imv.h tnc_imv.c \
                     21:        tnc_imv_manager.h tnc_imv_manager.c tnc_imv_bind_function.c \
                     22:        tnc_imv_recommendations.h tnc_imv_recommendations.c
                     23: 
                     24: libstrongswan_tnc_imv_la_LDFLAGS = -module -avoid-version

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