mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 22:25:56 -05:00
Get rid of some configure verbosity, include dbs-sqlite.h
This commit is contained in:
parent
48e5936856
commit
d4aaf09700
@ -194,7 +194,7 @@ fi
|
||||
if test x$use_flac = xtrue; then
|
||||
AC_CHECK_HEADERS(FLAC/metadata.h,, [
|
||||
AC_MSG_ERROR([FLAC/metadata.h not found... Must have libFLAC installed for FLAC support])])
|
||||
AC_CHECK_LIB(FLAC,FLAC__metadata_chain_read,echo "Have FLAC",echo "Must have libFLAC for FLAC support";exit)
|
||||
AC_CHECK_LIB(FLAC,FLAC__metadata_chain_read,,echo "Must have libFLAC for FLAC support";exit)
|
||||
|
||||
if test x"$STATIC_LIBS" != x"no"; then
|
||||
LDFLAGS="${LDFLAGS} ${STATIC_LIBS}/libFLAC.a"
|
||||
|
@ -25,7 +25,7 @@ FLACSRC=flac.c
|
||||
endif
|
||||
|
||||
if COND_SQLITE
|
||||
SQLITEDB=dbs-sqlite.c
|
||||
SQLITEDB=dbs-sqlite.c dbs-sqlite.h
|
||||
endif
|
||||
|
||||
wavstreamer_SOURCES = wavstreamer.c
|
||||
@ -41,5 +41,4 @@ mt_daapd_SOURCES = main.c daapd.h rend.h uici.c uici.h webserver.c \
|
||||
EXTRA_DIST = mDNS.c mDNSClientAPI.h mDNSDebug.h mDNSPosix.c \
|
||||
mDNSUNP.c mDNSPlatformFunctions.h mDNSPosix.h mDNSUNP.h \
|
||||
rend-howl.c rend-posix.c rend-osx.c
|
||||
strcasestr.h \
|
||||
parser.h ogg.c flac.c dbs-sqlite.c dbs-sqlite.h
|
||||
strcasestr.h ogg.c flac.c dbs-sqlite.c dbs-sqlite.h
|
||||
|
Loading…
Reference in New Issue
Block a user