From e0d08920657e8e5132a732c2f429243efa899ac1 Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 16 Feb 2011 23:03:42 +0100 Subject: Use pthread to load thumbnails --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index de784ab..dd4427f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ CC?=gcc PREFIX?=/usr/local CFLAGS+= -Wall -pedantic -DVERSION=\"$(VERSION)\" LDFLAGS+= -LIBS+= -lX11 -lImlib2 +LIBS+= -lX11 -lImlib2 -lpthread SRCFILES=$(wildcard *.c) OBJFILES=$(SRCFILES:.c=.o) -- cgit v1.2.3-54-g00ecf