Small make distcheck fixes
This commit is contained in:
parent
e0e9cc58b4
commit
1bb80c18da
10
Makefile.am
10
Makefile.am
@ -41,14 +41,16 @@ EXTRA_DIST = \
|
||||
CMakeLists.txt \
|
||||
config.cmake.h.in \
|
||||
flac-config.cmake.in \
|
||||
cmake/FindOgg.cmake \
|
||||
cmake/UseSystemExtensions.cmake \
|
||||
cmake/CheckCPUArch.cmake \
|
||||
cmake/CheckCPUArch.c.in \
|
||||
cmake/CheckA64NEON.c.in \
|
||||
cmake/CheckA64NEON.cmake \
|
||||
cmake/CheckAttribute.c.in \
|
||||
cmake/CheckAttribute.cmake \
|
||||
cmake/CheckCPUArch.c.in \
|
||||
cmake/CheckCPUArch.cmake \
|
||||
cmake/CheckVSX.c.in \
|
||||
cmake/CheckVSX.cmake \
|
||||
cmake/FindOgg.cmake \
|
||||
cmake/UseSystemExtensions.cmake \
|
||||
COPYING.FDL \
|
||||
COPYING.GPL \
|
||||
COPYING.LGPL \
|
||||
|
@ -14,5 +14,4 @@ EXTRA_DIST = \
|
||||
replaygain_synthesis.h \
|
||||
safe_str.h \
|
||||
utf8.h \
|
||||
win_utf8_io.h \
|
||||
windows_unicode_filenames.h
|
||||
win_utf8_io.h
|
||||
|
@ -76,7 +76,6 @@ EXTRA_DIST = \
|
||||
Makefile.lite \
|
||||
flac.pc.in \
|
||||
libFLAC.m4 \
|
||||
windows_unicode_filenames.c \
|
||||
deduplication/lpc_compute_autocorrelation_intrin_sse2.c \
|
||||
deduplication/lpc_compute_autocorrelation_intrin_vsx.c \
|
||||
deduplication/lpc_compute_autocorrelation_intrin_neon.c
|
||||
|
@ -40,6 +40,9 @@ EXTRA_DIST = \
|
||||
input-SCVPAP.flac \
|
||||
input-SVAUP.flac \
|
||||
input-VA.flac \
|
||||
🤔.flac \
|
||||
Prøve.flac \
|
||||
שלום.flac \
|
||||
input0.cue
|
||||
|
||||
clean-local:
|
||||
|
@ -1311,7 +1311,7 @@ test_utf8_handling ()
|
||||
else
|
||||
die "Encoding failed"
|
||||
fi
|
||||
rm $1 out.wav
|
||||
rm -f $1 out.wav
|
||||
}
|
||||
|
||||
if [ "$WIN32BUSYBOX" != "yes" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user