From 05ddd767992d68bb38c7f16ece142e8c2e9ae016 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Sat, 1 Apr 2017 16:26:44 +0200 Subject: New upstream version 5.5.2 --- src/libtpmtss/plugins/tpm/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/libtpmtss/plugins/tpm/Makefile.am (limited to 'src/libtpmtss/plugins/tpm/Makefile.am') diff --git a/src/libtpmtss/plugins/tpm/Makefile.am b/src/libtpmtss/plugins/tpm/Makefile.am new file mode 100644 index 000000000..281281022 --- /dev/null +++ b/src/libtpmtss/plugins/tpm/Makefile.am @@ -0,0 +1,21 @@ +AM_CPPFLAGS = \ + -I$(top_srcdir)/src/libstrongswan \ + -I$(top_srcdir)/src/libtpmtss + +AM_CFLAGS = \ + $(PLUGIN_CFLAGS) + +if MONOLITHIC +noinst_LTLIBRARIES = libstrongswan-tpm.la +else +plugin_LTLIBRARIES = libstrongswan-tpm.la +libstrongswan_tpm_la_LIBADD = \ + $(top_builddir)/src/libtpmtss/libtpmtss.la +endif + +libstrongswan_tpm_la_SOURCES = \ + tpm_plugin.h tpm_plugin.c \ + tpm_private_key.h tpm_private_key.c \ + tpm_rng.h tpm_rng.c + +libstrongswan_tpm_la_LDFLAGS = -module -avoid-version -- cgit v1.2.3