From bdd6188e299405e16179906bc79f9fef2605176a Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 27 May 2011 14:42:35 +0200 Subject: Change around installation of headers, pkg-config, and file names * Install headers to ${prefix}/include/p11-kit-1/p11-kit/ * This solves problems with other projects that have their own pkcs11.h files. * Change the pkg-config file name to p11-kit-1.pc * Change the source file names. --- tests/uri-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/uri-test.c b/tests/uri-test.c index c3fd7f8..5a24398 100644 --- a/tests/uri-test.c +++ b/tests/uri-test.c @@ -40,7 +40,7 @@ #include #include -#include "p11-kit-uri.h" +#include "uri.h" static int is_module_empty (P11KitUri *uri) -- cgit v1.1