Add iso9660 library and regression test.

Will be deleted from vcdimager-cdio branch.
cd_types.c: forgot to add previously.
This commit is contained in:
rocky
2003-08-17 05:31:19 +00:00
parent 1f17d9961d
commit 82d792cd44
15 changed files with 1427 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.6 2003/08/16 15:34:58 rocky Exp $
# $Id: Makefile.am,v 1.7 2003/08/17 05:31:19 rocky Exp $
#
# Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
#
@@ -22,8 +22,15 @@
#
libcdioincludedir=$(includedir)/cdio
libcdioinclude_HEADERS = cdio.h cd_types.h logging.h sector.h \
types.h util.h version.h
libcdioinclude_HEADERS = \
cdio.h \
cd_types.h \
iso9660.h \
logging.h \
sector.h \
types.h \
util.h \
version.h
EXTRA_DIST = version.h.in
BUILT_SOURCES = version.h