Make "distcheck" works again.
include/cdio/Makefile.am: was missing inclusion of cdtext.h test/Makefile.am: remove paranoia test.
This commit is contained in:
@@ -32,6 +32,7 @@ dist_libcdioinclude_HEADERS = \
|
|||||||
cdio.h \
|
cdio.h \
|
||||||
cdio_unconfig.h \
|
cdio_unconfig.h \
|
||||||
cd_types.h \
|
cd_types.h \
|
||||||
|
cdtext.h \
|
||||||
device.h \
|
device.h \
|
||||||
disc.h \
|
disc.h \
|
||||||
ds.h \
|
ds.h \
|
||||||
|
|||||||
@@ -52,10 +52,7 @@ testpregap_LDADD = $(LIBCDIO_LIBS) $(LTLIBICONV)
|
|||||||
testpregap_CFLAGS = -DDATA_DIR=\"$(DATA_DIR)\"
|
testpregap_CFLAGS = -DDATA_DIR=\"$(DATA_DIR)\"
|
||||||
|
|
||||||
check_SCRIPTS = check_nrg.sh check_cue.sh check_cd_read.sh \
|
check_SCRIPTS = check_nrg.sh check_cue.sh check_cd_read.sh \
|
||||||
check_iso.sh check_fuzzyiso.sh check_paranoia.sh check_opts.sh
|
check_iso.sh check_fuzzyiso.sh check_opts.sh
|
||||||
# If we beefed this up so it checked to see if a CD-DA was loaded
|
|
||||||
# it could be an automatic test. But for now, not so.
|
|
||||||
# check_paranoia.sh
|
|
||||||
|
|
||||||
check_PROGRAMS = $(hack)
|
check_PROGRAMS = $(hack)
|
||||||
|
|
||||||
@@ -93,7 +90,7 @@ test: check-am
|
|||||||
# life the crappy automess system that I've really lost interest in
|
# life the crappy automess system that I've really lost interest in
|
||||||
# learning any more of this awful system than I need to.
|
# learning any more of this awful system than I need to.
|
||||||
check-am: make-executable
|
check-am: make-executable
|
||||||
make-executable: check_nrg.sh check_cue.sh check_paranoia.sh
|
make-executable: check_nrg.sh check_cue.sh
|
||||||
chmod +x *.sh
|
chmod +x *.sh
|
||||||
if test ! -f cdda.bin ; then \
|
if test ! -f cdda.bin ; then \
|
||||||
test -L cdda.bin && $(RM) cdda.bin ; \
|
test -L cdda.bin && $(RM) cdda.bin ; \
|
||||||
|
|||||||
Reference in New Issue
Block a user