Reverted src/Makefile.am to previous version. You can't have a variable
substituion in _SOURCES, see: http://sources.redhat.com/automake/automake.html#Conditional-Sources
This commit is contained in:
parent
19dd6855a9
commit
c97c8be9dc
|
@ -5,7 +5,6 @@ libdesmume_a_SOURCES = \
|
|||
arm_instructions.c arm_instructions.h \
|
||||
bios.c bios.h cp15.c cp15.h \
|
||||
cflash.c cflash.h fs.h \
|
||||
fs-$(desmume_arch).c \
|
||||
debug.c debug.h \
|
||||
Disassembler.c Disassembler.h \
|
||||
FIFO.c FIFO.h \
|
||||
|
@ -17,3 +16,4 @@ libdesmume_a_SOURCES = \
|
|||
saves.c saves.h \
|
||||
SPU.c SPU.h \
|
||||
thumb_instructions.c thumb_instructions.h
|
||||
libdesmume_a_LIBADD = fs-$(desmume_arch).$(OBJEXT)
|
||||
|
|
Loading…
Reference in New Issue