mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
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@
|