aboutsummaryrefslogtreecommitdiffstats
path: root/SoftHSMv2/src/lib/data_mgr/Makefile.am
blob: 85aa4d755c1a430c90eda84272f6367cc291bb69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
MAINTAINERCLEANFILES = 		$(srcdir)/Makefile.in

AM_CPPFLAGS =			-I$(srcdir)/.. \
				-I$(srcdir)/../crypto \
				-I$(srcdir)/../common \
				-I$(srcdir)/../pkcs11

noinst_LTLIBRARIES =		libsofthsm_datamgr.la
libsofthsm_datamgr_la_SOURCES =	ByteString.cpp \
				RFC4880.cpp \
				salloc.cpp \
				SecureDataManager.cpp \
				SecureMemoryRegistry.cpp

SUBDIRS =			test

EXTRA_DIST =			$(srcdir)/*.h