From 881b01c8d75839bf3f5f874c4424af9f4a55c085 Mon Sep 17 00:00:00 2001 From: arcum42 Date: Tue, 14 Apr 2009 14:14:40 +0000 Subject: [PATCH] Linux: Fix the Makefile. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@976 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/x86/ix86/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pcsx2/x86/ix86/Makefile.am b/pcsx2/x86/ix86/Makefile.am index 30e16e264a..6943135b1b 100644 --- a/pcsx2/x86/ix86/Makefile.am +++ b/pcsx2/x86/ix86/Makefile.am @@ -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