mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
Add sqlite3, fix minor compilation problems
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#define HAVE_LIBSQLITE 1
|
||||
|
||||
/* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
|
||||
/* #define HAVE_LIBSQLITE3 1 */
|
||||
#define HAVE_LIBSQLITE3 1
|
||||
|
||||
/* Define to 1 if you have the `vorbis' library (-lvorbis). */
|
||||
/* #undef HAVE_LIBVORBIS */
|
||||
|
||||
@@ -135,6 +135,9 @@
|
||||
<File
|
||||
RelativePath="..\src\db-sql-sqlite2.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\db-sql-sqlite3.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\db-sql.c">
|
||||
</File>
|
||||
|
||||
Reference in New Issue
Block a user