Chromium Code Reviews| Index: third_party/sqlite/src/sqlite.pc.in |
| diff --git a/third_party/sqlite/src/sqlite.pc.in b/third_party/sqlite/src/sqlite.pc.in |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d3c944928bc33269a1b74d0fdddb3d7d12af64d7 |
| --- /dev/null |
| +++ b/third_party/sqlite/src/sqlite.pc.in |
| @@ -0,0 +1,13 @@ |
| +# Package Information for pkg-config |
| + |
| +prefix=@prefix@ |
| +exec_prefix=@exec_prefix@ |
| +libdir=@libdir@ |
| +includedir=@includedir@ |
| + |
| +Name: SQLite |
| +Description: SQL database engine |
| +Version: @RELEASE@ |
| +Libs: -L${libdir} -lsqlite |
| +Libs.private: @LIBS@ |
| +Cflags: -I${includedir} |