Add cdchange program.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile.am,v 1.31 2005/11/12 10:27:04 rocky Exp $
|
# $Id: Makefile.am,v 1.32 2006/01/24 02:25:07 rocky Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
|
# Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
|
||||||
#
|
#
|
||||||
@@ -26,7 +26,8 @@ endif
|
|||||||
if BUILD_CD_PARANOIA
|
if BUILD_CD_PARANOIA
|
||||||
paranoia_progs = paranoia paranoia2
|
paranoia_progs = paranoia paranoia2
|
||||||
endif
|
endif
|
||||||
noinst_PROGRAMS = audio cdtext device drives eject iso1 iso2 iso3 isofuzzy \
|
noinst_PROGRAMS = audio cdchange cdtext device drives eject \
|
||||||
|
iso1 iso2 iso3 isofuzzy \
|
||||||
mmc1 mmc2 $(paranoia_progs) tracks \
|
mmc1 mmc2 $(paranoia_progs) tracks \
|
||||||
sample3 sample4 udf1 udf2
|
sample3 sample4 udf1 udf2
|
||||||
|
|
||||||
@@ -35,6 +36,9 @@ INCLUDES = -I$(top_srcdir) $(LIBCDIO_CFLAGS)
|
|||||||
audio_DEPENDENCIES = $(LIBCDIO_DEPS)
|
audio_DEPENDENCIES = $(LIBCDIO_DEPS)
|
||||||
audio_LDADD = $(LIBCDIO_LIBS)
|
audio_LDADD = $(LIBCDIO_LIBS)
|
||||||
|
|
||||||
|
cdchange_DEPENDENCIES = $(LIBCDIO_DEPS)
|
||||||
|
cdchange_LDADD = $(LIBCDIO_LIBS)
|
||||||
|
|
||||||
cdtext_DEPENDENCIES = $(LIBCDIO_DEPS)
|
cdtext_DEPENDENCIES = $(LIBCDIO_DEPS)
|
||||||
cdtext_LDADD = $(LIBCDIO_LIBS)
|
cdtext_LDADD = $(LIBCDIO_LIBS)
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
$Id: README,v 1.19 2005/11/07 07:49:34 rocky Exp $
|
$Id: README,v 1.20 2006/01/24 02:25:07 rocky Exp $
|
||||||
|
|
||||||
This directory contains some simple examples of the use of the libcdio
|
This directory contains some simple examples of the use of the libcdio
|
||||||
library.
|
library.
|
||||||
@@ -18,6 +18,8 @@ Descriptions of the programs in this example directory are as follows...
|
|||||||
|
|
||||||
audio.c: Sample program to show audio controls.
|
audio.c: Sample program to show audio controls.
|
||||||
|
|
||||||
|
cdchange.c: A program to show CD-Text and CD disc mode info.
|
||||||
|
|
||||||
cdtext.c: A program to show CD-Text and CD disc mode info.
|
cdtext.c: A program to show CD-Text and CD disc mode info.
|
||||||
|
|
||||||
drives.c: A program to show drivers installed and what the default
|
drives.c: A program to show drivers installed and what the default
|
||||||
|
|||||||
Reference in New Issue
Block a user