]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/sqlite3/sqlite3.pc.in
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / sqlite3 / sqlite3.pc.in
1 # Package Information for pkg-config
2
3 prefix=@prefix@
4 exec_prefix=@exec_prefix@
5 libdir=@libdir@
6 includedir=@includedir@
7
8 Name: SQLite
9 Description: SQL database engine
10 Version: @PACKAGE_VERSION@
11 Libs: -L${libdir} -lsqlite3
12 Libs.private: @LIBS@
13 Cflags: -I${includedir}