Get rid of some configure verbosity, include dbs-sqlite.h

This commit is contained in:
Ron Pedde 2005-03-20 01:24:17 +00:00
parent 48e5936856
commit d4aaf09700
2 changed files with 3 additions and 4 deletions

View File

@ -194,7 +194,7 @@ fi
if test x$use_flac = xtrue; then if test x$use_flac = xtrue; then
AC_CHECK_HEADERS(FLAC/metadata.h,, [ AC_CHECK_HEADERS(FLAC/metadata.h,, [
AC_MSG_ERROR([FLAC/metadata.h not found... Must have libFLAC installed for FLAC support])]) 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 if test x"$STATIC_LIBS" != x"no"; then
LDFLAGS="${LDFLAGS} ${STATIC_LIBS}/libFLAC.a" LDFLAGS="${LDFLAGS} ${STATIC_LIBS}/libFLAC.a"

View File

@ -25,7 +25,7 @@ FLACSRC=flac.c
endif endif
if COND_SQLITE if COND_SQLITE
SQLITEDB=dbs-sqlite.c SQLITEDB=dbs-sqlite.c dbs-sqlite.h
endif endif
wavstreamer_SOURCES = wavstreamer.c 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 \ EXTRA_DIST = mDNS.c mDNSClientAPI.h mDNSDebug.h mDNSPosix.c \
mDNSUNP.c mDNSPlatformFunctions.h mDNSPosix.h mDNSUNP.h \ mDNSUNP.c mDNSPlatformFunctions.h mDNSPosix.h mDNSUNP.h \
rend-howl.c rend-posix.c rend-osx.c rend-howl.c rend-posix.c rend-osx.c
strcasestr.h \ strcasestr.h ogg.c flac.c dbs-sqlite.c dbs-sqlite.h
parser.h ogg.c flac.c dbs-sqlite.c dbs-sqlite.h