OSDN Git Service

Changed to match the For2.2.2-Refactoring-Cocoa2 branch. Put se_maoudamashii_voice_m...
authorEric Branlund <ebranlund@fastmail.com>
Sat, 7 Mar 2020 20:47:43 +0000 (12:47 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Sat, 7 Mar 2020 20:47:43 +0000 (12:47 -0800)
lib/xtra/sound/Makefile.am

index 27158c3..5d17bb0 100644 (file)
@@ -1,6 +1,12 @@
 ## Makefile.am -- Process this file with automake to process Makefile.in
 
+EXTRA_DIST = \
+       readme.txt \
+       sound.cfg \
+       $(sound_files)
+
 sound_files = \
+       se_maoudamashii_voice_monster01.wav \
        apple1-r.wav \
        decision25r.wav \
        drop1.wav \
@@ -15,12 +21,6 @@ sound_files = \
        sword-gesture3-r.wav \
        sword-slash3-r.wav
 
-EXTRA_DIST = \
-       readme.txt \
-       sound.cfg \
-       $(sound_files) \
-       se_maoudamashii_voice_monster01.wav
-
 if COCOA
 # APPNAME to APPRES duplicate what's in src/Makefile.am.  It would be nice to
 # avoid that, but until then, they should match.