[-] Rename source and target names from forked-daapd to owntone

This commit is contained in:
ejurgensen
2021-04-09 19:43:43 +02:00
parent 0871a49f28
commit f61665b81d
10 changed files with 62 additions and 61 deletions

View File

@@ -1,9 +1,9 @@
pkglib_LTLIBRARIES = forked-daapd-sqlext.la
pkglib_LTLIBRARIES = owntone-sqlext.la
forked_daapd_sqlext_la_SOURCES = sqlext.c
forked_daapd_sqlext_la_LDFLAGS = -avoid-version -module -shared
owntone_sqlext_la_SOURCES = sqlext.c
owntone_sqlext_la_LDFLAGS = -avoid-version -module -shared
AM_CPPFLAGS += \
$(COMMON_CPPFLAGS)
forked_daapd_sqlext_la_LIBADD = \
owntone_sqlext_la_LIBADD = \
$(COMMON_LIBS)