SQLCipher headers are installed into ${includedir}/sqlcipher

see line #163 of Makefile.in
This commit is contained in:
Hans-Christoph Steiner
2014-10-16 23:38:10 -04:00
parent e7b8d1f1d6
commit 82c0087c2f
+1 -1
View File
@@ -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