cdio.{c,h}: moved various reading and device/driver routines out into the below

read.{c,h}: separate include for the reading routines.
disc.{c,h}: more moved here from corresponding cdio.
device.c: a place for device/driver related routines.
interface.c: break up line to make debugging easier.
This commit is contained in:
rocky
2005-01-09 16:07:46 +00:00
parent db486c617d
commit 6f7e9e182b
12 changed files with 1125 additions and 957 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.19 2005/01/05 04:16:11 rocky Exp $
# $Id: Makefile.am,v 1.20 2005/01/09 16:07:46 rocky Exp $
#
# Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
#
@@ -37,6 +37,7 @@ libcdioinclude_HEADERS = \
dvd.h \
iso9660.h \
logging.h \
read.h \
sector.h \
scsi_mmc.h \
track.h \