First inkling of code for UDF support.

This commit is contained in:
rocky
2005-10-24 03:12:30 +00:00
parent c521b4eefd
commit e9be12e7e5
8 changed files with 365 additions and 143 deletions

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.66 2004/12/22 10:04:46 rocky Exp $
# $Id: Makefile.am,v 1.67 2005/10/24 03:12:30 rocky Exp $
#
# Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
#
@@ -21,7 +21,7 @@
########################################################
if BUILD_CD_PARANOIA
SUBDIRS = driver iso9660 cdda_interface paranoia
SUBDIRS = driver iso9660 cdda_interface paranoia udf
else
SUBDIRS = driver iso9660
SUBDIRS = driver iso9660 udf
endif