From 82c0087c2faeafa9ff011abe97d089613637684f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 16 Oct 2014 23:38:10 -0400 Subject: [PATCH] SQLCipher headers are installed into ${includedir}/sqlcipher see line #163 of Makefile.in --- sqlcipher.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlcipher.pc.in b/sqlcipher.pc.in index 6ef1a0de..a8789bd3 100644 --- a/sqlcipher.pc.in +++ b/sqlcipher.pc.in @@ -10,4 +10,4 @@ Description: SQL database engine Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lsqlcipher Libs.private: @LIBS@ -Cflags: -I${includedir} +Cflags: -I${includedir}/sqlcipher