track.c, gnu_linux.c: Test for exceding max track limit but allow specifying the leadout track in some cases.

Makefile.am: need to build extract unconditionally since that is used in testing
This commit is contained in:
R. Bernstein
2012-03-25 10:39:20 -04:00
committed by rocky
parent 8fca6497bc
commit 79255a6cb8
3 changed files with 71 additions and 15 deletions

View File

@@ -21,13 +21,18 @@
if ENABLE_CPP
SUBDIRS = C++
endif
if BUILD_EXAMPLES
noinst_PROGRAMS = audio cdchange cdio-eject cdtext device discid drives eject \
extract isofile isofile2 isofuzzy isolist isolsn \
mmc1 mmc2 mmc2a mmc3 \
sample3 sample4 tracks udf1 udffile
audio cdchange cdio-eject cdtext device \
discid drives eject \
extract isofile isofile2 isofuzzy isolist isolsn \
mmc1 mmc2 mmc2a mmc3 \
sample3 sample4 tracks udf1 udffile
endif
# extract is used in tests so that has to be built regardless
noinst_PROGRAMS = extract $(noinst_programs)
INCLUDES = -I$(top_srcdir) $(LIBCDIO_CFLAGS)
audio_DEPENDENCIES = $(LIBCDIO_DEPS)