-INCLUDES = \
- -DP11_KIT_API_SUBJECT_TO_CHANGE
-
incdir = $(includedir)/p11-kit-1/p11-kit
inc_HEADERS = \
#ifndef __P11_KIT_H__
#define __P11_KIT_H__
-/*
- * To use this API, you need to be prepared for changes to the API,
- * and add the C flag: -DP11_KIT_API_SUBJECT_TO_CHANGE
- */
-
-#ifndef P11_KIT_API_SUBJECT_TO_CHANGE
-#error "This API has not yet reached stability."
-#endif
-
#include "p11-kit/pkcs11.h"
/*
#ifndef P11_KIT_URI_H
#define P11_KIT_URI_H
-/*
- * To use this API, you need to be prepared for changes to the API,
- * and add the C flag: -DP11_KIT_API_SUBJECT_TO_CHANGE
- */
-
-#ifndef P11_KIT_API_SUBJECT_TO_CHANGE
-#error "This API has not yet reached stability."
-#endif
-
#include "p11-kit/pkcs11.h"
#ifdef __cplusplus
-I$(top_srcdir) \
-I$(top_srcdir)/p11-kit \
-I$(srcdir)/cutest \
- -DSRCDIR=\"$(srcdir)\" \
- -DP11_KIT_API_SUBJECT_TO_CHANGE
+ -DSRCDIR=\"$(srcdir)\"
noinst_PROGRAMS = \
hash-test \
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/p11-kit \
- -DSRCDIR=\"$(srcdir)\" \
- -DP11_KIT_API_SUBJECT_TO_CHANGE
+ -DSRCDIR=\"$(srcdir)\"
bin_PROGRAMS = \
p11-kit