Split out SDL X keymap, by Bernhard Fischer.
[qemu] / Makefile.target
index 0deef01..ca6cd96 100644 (file)
@@ -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