From 49108ec5720aad2b63ca19e1a83b8550890e2d15 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 1 May 2002 10:36:43 +0000 Subject: added the sleep simulation file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@366 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index 9d73305c57..63ca1dbead 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -44,7 +44,7 @@ CFLAGS = $(DEBUG) $(DEFINES) $(INCLUDES) #SRCS = $(wildcard *.c) SRCS = screenhack.c uibasic.c resources.c visual.c lcd.c lcd-x11.c \ - button-x11.c chartables.c tetris.c app.c tree.c io.c + button-x11.c chartables.c tetris.c app.c tree.c io.c sleep.c OBJS := $(SRCS:c=o) -- cgit v1.2.3