From 146b55c35dfdbd49386fbb9d6109d128ea97e3f3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 4 Apr 2004 01:03:52 +0000 Subject: [PATCH] update --- stepmania/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index 5f9c579f06..2186024a84 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -147,7 +147,7 @@ ArchUtils += archutils/Unix/CrashHandler.cpp archutils/Unix/CrashHandler.h \ endif Arch = $(LoadingWindow) $(Sound) $(ArchHooks) $(InputHandler) $(MovieTexture) $(Lights) $(MemoryCard) $(LowLevelWindow) $(ArchUtils) \ - arch/arch.cpp arch/arch.h arch/arch_default.h arch/arch_linux.h + arch/arch.cpp arch/arch.h arch/arch_platform.h arch/arch_default.h arch/arch_linux.h RageSoundFileReaders = \ RageSoundReader_WAV.cpp RageSoundReader_WAV.h