diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-01-24 14:53:16 -0600 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-01-24 14:53:16 -0600 |
commit | 5a53e44a73d4fb62483e890fe348ea40d27ef573 (patch) | |
tree | d4485cf4faee5c5da92904615449aad4f3ce3a7a /module/Makefile.am | |
parent | 492c2ff7c191e5df75140a47e4e43fa25fd16023 (diff) |
Rename to p11-kit.
A less pretentios, better description of what's going on.
Diffstat (limited to 'module/Makefile.am')
-rw-r--r-- | module/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/module/Makefile.am b/module/Makefile.am index 2aba99d..3be73f4 100644 --- a/module/Makefile.am +++ b/module/Makefile.am @@ -3,16 +3,16 @@ INCLUDES = \ -DPKCS11_MODULE_PATH=\"$(PKCS11_MODULE_PATH)\" MODULE_SRCS = \ - p11-unity.c \ + p11-kit.c \ hash.c hash.h -lib_LTLIBRARIES = p11-unity.la +lib_LTLIBRARIES = p11-kit.la -p11_unity_la_LDFLAGS = \ +p11_kit_la_LDFLAGS = \ -module -avoid-version \ -no-undefined -export-symbols-regex 'C_GetFunctionList' -p11_unity_la_SOURCES = $(MODULE_SRCS) +p11_kit_la_SOURCES = $(MODULE_SRCS) EXTRA_DIST = \ pkcs11.h
\ No newline at end of file |