Annotation of embedaddon/strongswan/src/libtpmtss/plugins/tpm/Makefile.am, revision 1.1

1.1     ! misho       1: AM_CPPFLAGS = \
        !             2:        -I$(top_srcdir)/src/libstrongswan \
        !             3:        -I$(top_srcdir)/src/libtpmtss
        !             4: 
        !             5: AM_CFLAGS = \
        !             6:        $(PLUGIN_CFLAGS)
        !             7: 
        !             8: if MONOLITHIC
        !             9: noinst_LTLIBRARIES = libstrongswan-tpm.la
        !            10: else
        !            11: plugin_LTLIBRARIES = libstrongswan-tpm.la
        !            12: libstrongswan_tpm_la_LIBADD = \
        !            13:        $(top_builddir)/src/libtpmtss/libtpmtss.la
        !            14: endif
        !            15: 
        !            16: libstrongswan_tpm_la_SOURCES = \
        !            17:        tpm_plugin.h tpm_plugin.c \
        !            18:        tpm_cert.h tpm_cert.c \
        !            19:        tpm_private_key.h tpm_private_key.c \
        !            20:        tpm_rng.h tpm_rng.c
        !            21: 
        !            22: libstrongswan_tpm_la_LDFLAGS = -module -avoid-version

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