Move routine to analyze/guess what type of CD image we have got into

the library.
This commit is contained in:
rocky
2003-08-16 15:34:58 +00:00
parent c064caaa89
commit f29360b3df
8 changed files with 155 additions and 402 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.12 2003/08/16 13:25:13 rocky Exp $
# $Id: Makefile.am,v 1.13 2003/08/16 15:34:58 rocky Exp $
#
# Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
#
@@ -22,7 +22,7 @@
CDDB_LIBS=@CDDB_LIBS@
if BUILD_CDINFO
cd_info_SOURCES = cd-info.c analyze.c analyze.h
cd_info_SOURCES = cd-info.c
cd_info_LDADD = $(LIBCDIO_LIBS) $(LIBPOPT_LIBS) $(CDDB_LIBS) $(VCDINFO_LIBS)
if BUILD_CDINFO_LINUX