updating autotools script to match source changes.

This commit is contained in:
yabause 2006-04-07 20:51:14 +00:00
parent d92d13f099
commit 5ce0f5b852
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
SUBDIRS = . $(UI_DIR)
noinst_LIBRARIES = libdesmume.a
libdesmume_a_SOURCES = \
ARM_CPU.cpp ARM_CPU.hpp \
armcpu.cpp armcpu.hpp \
arm_instructions.cpp arm_instructions.hpp \
bios.cpp bios.hpp CP15.cpp CP15.hpp \
bios.cpp bios.hpp cp15.cpp cp15.hpp \
Disassembler.cpp Disassembler.hpp \
GPU.cpp GPU.hpp log.cpp log.hpp \
MMU.cpp MMU.hpp NDSSystem.cpp NDSSystem.hpp \