diff --git a/Makefile.am b/Makefile.am index 24769c60..ee2f1fa1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,8 @@ EXTRA_DIST = \ libudf.pc.in \ make-check-filter.pl \ make-check-filter.rb \ - package/libcdio.spec.in + package/libcdio.spec.in \ + test/README.multiextent SUBDIRS = doc include lib src test example @@ -58,7 +59,11 @@ endif $(pkgconfig_DATA): config.status # List of additional files for expanded regression tests -DISTFILES_REGRESSION = tests/monvoisin.nrg tests/monvoisin.right \ +DISTFILES_REGRESSION = tests/data/monvoisin.nrg \ + tests/data/$(wildcard *.right) \ + tests/data/$(wildcard *.cue) \ + tests/data/$(wildcard *.bin) \ + tests/data/$(wildcard *.iso) \ tests/svcdgs.nrg tests/svcdgs.nrg \ tests/svcd_ogt_test_ntsc.bin \ tests/svcd_ogt_test_ntsc.cue \