mirror of https://github.com/PCSX2/pcsx2.git
Linux: Fix the Makefile.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@976 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
b748068b38
commit
881b01c8d7
|
@ -1,5 +1,6 @@
|
|||
INCLUDES = -I@srcdir@/.. -I@srcdir@/../../ -I@srcdir@/../../../common/include -I@srcdir@/../../../3rdparty
|
||||
noinst_LIBRARIES = libix86.a
|
||||
|
||||
libix86_a_SOURCES = ix86_mmx.cpp ix86_tools.cpp ix86.cpp ix86_3dnow.cpp ix86_fpu.cpp ix86_legacy.cpp ix86_sse.cpp ix86_cpudetect.cpp ix86_group1.cpp \
|
||||
ix86_internal.h ix86.h ix86_macros.h ix86_sse_helpers.h ix86_types.h
|
||||
libix86_a_SOURCES = libix86_a_SOURCES = ix86_mmx.cpp ix86_tools.cpp ix86.cpp ix86_3dnow.cpp \
|
||||
ix86_fpu.cpp ix86_legacy.cpp ix86_sse.cpp ix86_cpudetect.cpp ix86_jmp.cpp \
|
||||
ix86_internal.h ix86.h ix86_macros.h ix86_sse_helpers.h ix86_types.h
|
||||
|
|
Loading…
Reference in New Issue