summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-01 10:36:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-01 10:36:43 +0000
commit49108ec5720aad2b63ca19e1a83b8550890e2d15 (patch)
treef7110307d926e6717130a8f2a9f26611d6e02fb1
parentaa4ddab13c4119ec07e0b34baacb44a9e3c2a74c (diff)
added the sleep simulation file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@366 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/x11/Makefile2
1 files changed, 1 insertions, 1 deletions
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)