updating autotools script to match source changes.
This commit is contained in:
parent
1dcf2a48f4
commit
db1f8f595c
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue