File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libtnccs / plugins / tnc_imv / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:43 2020 UTC (4 years, 3 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

    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>