summaryrefslogtreecommitdiff
path: root/module/Makefile.am
blob: 2aba99d29f05a563dab835880608b76a799086fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

INCLUDES = \
	-DPKCS11_MODULE_PATH=\"$(PKCS11_MODULE_PATH)\"

MODULE_SRCS = \
	p11-unity.c \
	hash.c hash.h

lib_LTLIBRARIES = p11-unity.la

p11_unity_la_LDFLAGS = \
	-module -avoid-version \
	-no-undefined -export-symbols-regex 'C_GetFunctionList'

p11_unity_la_SOURCES = $(MODULE_SRCS)

EXTRA_DIST = \
	pkcs11.h