summaryrefslogtreecommitdiff
path: root/p11-kit/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-01-02 16:52:02 +0100
committerStef Walter <stefw@gnome.org>2013-01-09 13:49:44 +0100
commit4a0bd25fcafae57ef2ae0cfe8676eee2332d5951 (patch)
tree09b8df1ef09b7aa1d2369f3a9aaada3b5612a80a /p11-kit/Makefile.am
parent8fb222266c5bf9181cd934c27528507d45476dad (diff)
downloadp11-kit-4a0bd25fcafae57ef2ae0cfe8676eee2332d5951.tar.gz
Move the pkcs11.h header files into common directory
* Allows use of them across the whole project * Put a stub file in the p11-kit/ directory, so we can still refer to the headers using that path, which is what it will be at when in the installed includes directory.
Diffstat (limited to 'p11-kit/Makefile.am')
-rw-r--r--p11-kit/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am
index 44888e8..2257530 100644
--- a/p11-kit/Makefile.am
+++ b/p11-kit/Makefile.am
@@ -16,12 +16,13 @@ inc_HEADERS = \
p11-kit.h \
pin.h \
uri.h \
- pkcs11.h
+ $(NULL)
MODULE_SRCS = \
util.c \
conf.c conf.h \
modules.c \
+ pkcs11.h \
pin.c \
proxy.c \
private.h \