From cf0a6ec709e123153a3007ff29c467ad95c96f75 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Wed, 27 Apr 2016 10:19:45 +1000 Subject: [PATCH] Fix 'make distcheck' target Last commit added a new file which was not added to `EXTRA_DIST`. --- test/cuesheets/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/cuesheets/Makefile.am b/test/cuesheets/Makefile.am index a2abdcd3..19ba4787 100644 --- a/test/cuesheets/Makefile.am +++ b/test/cuesheets/Makefile.am @@ -65,4 +65,5 @@ EXTRA_DIST = \ good.001.cue \ good.002.dos_format.cue \ good.003.missing_final_newline.cue \ - good.004.dos_format.missing_final_newline.cue + good.004.dos_format.missing_final_newline.cue \ + good.005.quoted.isrc.cue