]> Git Repo - qemu.git/blobdiff - Makefile.target
keymaps support (initial patch by Johannes Schindelin)
[qemu.git] / Makefile.target
index a2cfad1f51c7d2d16038422ed044b1aa774fea28..a5c697ddc98ac0e253b8926507af760584041a9c 100644 (file)
@@ -333,7 +333,7 @@ endif
 $(QEMU_SYSTEM): $(VL_OBJS) libqemu.a
        $(CC) $(VL_LDFLAGS) -o $@ $^ $(LIBS) $(SDL_LIBS) $(VL_LIBS)
 
-sdl.o: sdl.c
+sdl.o: sdl.c keymaps.c sdl_keysym.h
        $(CC) $(CFLAGS) $(DEFINES) $(SDL_CFLAGS) -c -o $@ $<
 
 sdlaudio.o: sdlaudio.c
This page took 0.02327 seconds and 4 git commands to generate.