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:
Julien BLACHE
2010-09-28 18:33:32 +02:00
parent a4c74c2063
commit 743476fec0
2 changed files with 275 additions and 0 deletions

5
sqlext/Makefile.am Normal file
View 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@