summaryrefslogtreecommitdiff
path: root/src/libtpmtss/plugins/tpm/Makefile.am
blob: 2812810220364ab3a8beda03025938f73cb7185e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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