First cut at a C++ wrapper for libcdio libcdio++. What's not done are
audio and MMC commands. No doubt it may be a little rough and I expect further changes.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: Makefile.am,v 1.67 2005/10/24 03:12:30 rocky Exp $
|
||||
# $Id: Makefile.am,v 1.68 2005/11/10 11:11:15 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 udf
|
||||
SUBDIRS = cdio++ driver iso9660 cdda_interface paranoia udf
|
||||
else
|
||||
SUBDIRS = driver iso9660 udf
|
||||
SUBDIRS = cdio++ driver iso9660 udf
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user