Use pthread to load thumbnails

This commit is contained in:
Bert
2011-02-16 23:03:42 +01:00
parent 26c2179be7
commit e0d0892065
4 changed files with 55 additions and 14 deletions

View File

@ -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)