2010-09-28 18:33:32 +02:00
|
|
|
pkglib_LTLIBRARIES = forked-daapd-sqlext.la
|
|
|
|
|
|
|
|
forked_daapd_sqlext_la_SOURCES = sqlext.c
|
|
|
|
forked_daapd_sqlext_la_LDFLAGS = -avoid-version -module -shared
|
2016-12-27 14:51:37 -08:00
|
|
|
forked_daapd_sqlext_la_LIBADD = $(LIBUNISTRING)
|