From: Eric Branlund Date: Sun, 8 Mar 2020 14:40:09 +0000 (-0700) Subject: Removed music.cfg from EXTRA_DIST in lib/xtra/sound/Makefile.am and added it to EXTRA... X-Git-Tag: vmacos3.0.0-alpha52~609^2~7 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=677f2b3788242ea67fa3b41d35732af9c748cb1c;p=hengbandforosx%2Fhengbandosx.git Removed music.cfg from EXTRA_DIST in lib/xtra/sound/Makefile.am and added it to EXTRA_DIST in lib/xtra/music/Makefile.am to avoid problems with 'make DISTCHECK_CONFIGURE_FLAGS=--disable-japanese distcheck'. --- diff --git a/lib/xtra/music/Makefile.am b/lib/xtra/music/Makefile.am index 44812f785..c6991e704 100644 --- a/lib/xtra/music/Makefile.am +++ b/lib/xtra/music/Makefile.am @@ -1,4 +1,5 @@ ## Makefile.am -- Process this file with automake to process Makefile.in EXTRA_DIST = \ - delete.me + delete.me \ + music.cfg diff --git a/lib/xtra/sound/Makefile.am b/lib/xtra/sound/Makefile.am index 15dce4695..6039759ee 100644 --- a/lib/xtra/sound/Makefile.am +++ b/lib/xtra/sound/Makefile.am @@ -1,7 +1,6 @@ ## Makefile.am -- Process this file with automake to process Makefile.in EXTRA_DIST = \ - music.cfg \ sound.cfg \ $(sound_files)