mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
d7f8dea0ec
Updated AC_OUTPUT to use AC_CONFIG_FILES Use PACKAGE in install path Remove automake -Wno-portability, not needed with foreign option Fixed typo in evrtsp.h path Autotools commands moved to build-aux directory Allow CFLAGS and package CFLAGS/LIBS to be updated at build time
6 lines
199 B
Makefile
6 lines
199 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)
|