mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -05:00
743476fec0
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.
6 lines
198 B
Makefile
6 lines
198 B
Makefile
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@
|