summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-01-24 21:40:21 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-01-24 21:40:21 +0000
commit6070dd07e91bc8621e506e80057bd07b5c76c970 (patch)
treeb061bf686040ef591072221dabd57f2c135e135c /Makefile.target
parente6a71ae327a388723182a504bb253777ec36869b (diff)
downloadqemu-6070dd07e91bc8621e506e80057bd07b5c76c970.tar.gz
Split out SDL X keymap, by Bernhard Fischer.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2354 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 0deef01122..ca6cd9600e 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -406,7 +406,7 @@ ifdef CONFIG_GDBSTUB
VL_OBJS+=gdbstub.o
endif
ifdef CONFIG_SDL
-VL_OBJS+=sdl.o
+VL_OBJS+=sdl.o x_keymap.o
endif
VL_OBJS+=vnc.o
ifdef CONFIG_COCOA