mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
Add SQLite extension
Move the custom collation and daap_songalbumid() function to a custom SQLite extension. This will make it possible to use them both from any SQLite client or frontend.
This commit is contained in:
5
sqlext/Makefile.am
Normal file
5
sqlext/Makefile.am
Normal file
@@ -0,0 +1,5 @@
|
||||
pkglib_LTLIBRARIES = forked-daapd-sqlext.la
|
||||
|
||||
forked_daapd_sqlext_la_SOURCES = sqlext.c
|
||||
forked_daapd_sqlext_la_LDFLAGS = -avoid-version -module -shared
|
||||
forked_daapd_sqlext_la_LIBADD = @LIBUNISTRING@
|
||||
Reference in New Issue
Block a user