From 604cce76cffcad3e890084f90b1199a0ce46e176 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 10 Jun 2002 10:17:54 +0000 Subject: add thread functionality, powered by pthreads git-svn-id: svn://svn.rockbox.org/rockbox/trunk@928 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uisimulator/x11/Makefile') diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile index 2b2dab1960..0c40a0336a 100644 --- a/uisimulator/x11/Makefile +++ b/uisimulator/x11/Makefile @@ -48,7 +48,7 @@ LDFLAGS = -lX11 -lm -lXt -lXmu -lnsl INCLUDES = -I. -I$(DRIVERS) -I$(COMMON) -I$(FIRMWAREDIR) -I$(APPDIR) -I$(RECDIR) -LIBS = +LIBS = -lpthread UNAME := $(shell uname) ifeq ($(UNAME),Linux) @@ -77,7 +77,7 @@ ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP) endif SRCS = screenhack.c uibasic.c resources.c visual.c lcd-x11.c mpeg.c \ - button-x11.c io.c sleep.c $(APPS) $(FIRMSRCS) + button-x11.c io.c sleep.c thread.c $(APPS) $(FIRMSRCS) ifdef MPEG_PLAY SRCS += mpegplay.c oss_sound.c bit.c decoder.c fixed.c frame.c huffman.c layer12.c layer3.c stream.c synth.c timer.c version.c -- cgit v1.2.3