Index: third_party/sqlite/sqlite-src-3070603/sqlite3.pc.in |
diff --git a/third_party/sqlite/sqlite-src-3070603/sqlite3.pc.in b/third_party/sqlite/sqlite-src-3070603/sqlite3.pc.in |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c8d0aa9d5dc9f211f71b4f17c396a615e55d7adc |
--- /dev/null |
+++ b/third_party/sqlite/sqlite-src-3070603/sqlite3.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} -lsqlite3 |
+Libs.private: @LIBS@ |
+Cflags: -I${includedir} |